I've played around, searched, but not found anything...
(Sounds like the first line of a Country & Western song

Anyway, I have a field which contains a Python Script.
I'd like to set the text style of certain words...
eg
def, return, import, for : bold, blue
numbers should all be red
comments should be green
I'm happy to parse the field to find the relevant sections and words, but how do I apply the text style atrributes.
Thanks
Louis