From: Duncan C. <dun...@gm...> - 2008-09-03 03:12:03
|
Hi List, Could anyone help me with getting brace matching to work (i.e. when the text cursor is over a brace, highlight both the brace and its matching twin blue, unless the brace is mismatched, in which case highlight it red) for a wxStyledTextCtrl control? It seems like it should be obvious, but I can't seem to find this information anywhere. What change(s) would you make to the editor.wx.lua sample script to do this? (I know that it must be possible since wxLuaEditor supports it.) Thank you, -Duncan |