Skip to content

2010年02月9日

我所了解的wxPython2.9和StyledTextCtrl控件的一些情况

目前使用wxPython 2.8.10版本,关于StyledTextCtrl控件的一些情况:

wxPython 2.8.10中的StyledTextCtrl应该是基于scintilla 1.7x版本。

这个版本不支持一些scintilla高级功能,比如SCI_INDICATORFILLRANGE,所以”高亮所有匹配单词”似乎没办法实现。

wxWidget 2.9版本应该已经使用scintilla 2.01,官方看到一个补丁(http://trac.wxwidgets.org/ticket/11346),我想wxPython2.9应该也会StyledTextCtrl到scintilla 2.01。

wxPython的开发者Robin Dunn:“I’ve been busy with day-job work and some life issues so progress has been slow lately, but it is moving forward.”。

Read more from Python, 笔记

Share your thoughts, post a comment.

(required)
(required)

Note: HTML is allowed. Your email address will never be published.

Subscribe to comments