From: Marcio M. <mq...@ma...> - 2003-02-03 20:03:16
|
Dave, I wrote a simple editor, a lot simpler than the javaeditor example. The EDT one you are writing is based on the C# one, which is based on the javaeditor example, which could be simpler in my opinion. Anyway, if you want to take a look let me know, it may help you with EDT, for a cleaner implementation. It also comes with a preference page where colors can be configured, as well as auto indent on/off and line numbers on/off. BTW, have you noticed how the comment coloring only happens if you hit ENTER at the end of the line ? See my Eclipse bug report # 30741 Right now I am trying to add support for "comment lines" / "uncomment lines". marcio |