Tkinter <<Modified>> and bindtags ordering

Rob Wolfe rw at smsnet.pl
Tue Apr 3 05:48:52 EDT 2007


bytecolor wrote:

> Hey Rob,
> I actually started with that event, until I came across the modified
> event. I'm working on syntax highlighting. So I need any text change.
> Also, colorizing on a key release is annoyingly noticeable to the
> user. I tried it :)
>
> I'm sure there are going to be other perils along the way as this is
> my first attempt at syntax highlighing. I can load a file and the
> highlighting works very well. I used an elaborate regex with named
> groups and re.finditer(). I either use the names directly as edit
> tags, or they help me look up other tags in a dict. It's quite fast.
>
> screenshot with random (ugly) colors:
> http://bytecolor.homelinux.org/~bytecolor/vapt_colorizing.png
>
> That part wasn't bad at all. Now I need to code the text change
> logistics but this bindtags ordering has got me perplexed.

Have you looked at ColorDelegator.py from idlelib?
There has been done such a syntax highlighting based on Tkinter.Text.

--
HTH,
Rob




More information about the Python-list mailing list