Syntax highlighting used to be trickier to implement. Not only does an editor need to understand the syntax of a language, it ...
There is tons of stuff online, mostly about custom made widgets, including SWT's StyledText, for doing syntax highlighting of text.<BR><BR>But I don't want to reinvent the wheel. I'd like something ...