From: John L. <jla...@gm...> - 2013-01-23 04:34:19
|
On Sun, Jan 20, 2013 at 5:46 AM, Victor Bombi <so...@te...> wrote: > Hello, > > this only happens with wx.lua linked against wxwidgets 2.9.4 (not 2.8.12) > > to reproduce strange behaviour > > 1- open editor.wx.lua > 2- create a text of several lines surrounded by --[[ and ]]-- > 3- change betwen --[[ and ---[[ > > strange behaviour: lines only get colour updated when you position the > cursor on that line. > > I also had other strange behaviour about updating deleted lines but I dont > have reproducing sequence. Humm... this is probably a problem with the scintilla editor's lexer. I will take a look, but I thinking fixing this may have to be done with the wxWidget's code itself. Regards, John |