I stumbled upon a feature request, and I don't know how to handle it. It says that whenever you close a brace, the matching brace should be highlighted.
Currently this only happens if i move the cursor. For example:
something(){ blablah } (here the matching brace is highlighted).
But:
something(){ blablah }_ (nothing happens)
Any idea on how to solve this riddle? Do we have to modify the scintilla source code, or derive the wxStyledTextEditor? Or it can't be done at all?
Anyone? :?: [/u]