So.. seems I found some simply solution for that..
we can use additional keywordsSet of the highlighter mechanism of the
text control.
for example just describe keywords3 style. And than if some one double
click on the word, it will be automatically selected, we can check it
for ^\w+$ pattern and if so
just put it as keyword list with SetKeyWords(2, self.GetSelectedText
())..then colourize text editor and it is highlighted...
this behaviour pretty the same as notepad++ has.. or similar editors.


On Feb 22, 3:01 am, limodou <[email protected]> wrote:
> On Sun, Feb 22, 2009 at 8:56 AM, urlwolf <[email protected]> wrote:
>
> > That one feature pushed me to abandon ulipad and move into emEditor/
> > vim.
> > They are worse for python, but I just cannot understand code without
> > this feature once I have experienced it :)
>
> So if someone can help me I'll glad to accept it to ulipad.
>
> --
> I like python!
> UliPad <<The Python Editor>>:http://code.google.com/p/ulipad/
> UliWeb <<simple web framework>>:http://uliwebproject.appspot.com
> My Blog:http://hi.baidu.com/limodou

Reply via email to