Monthly Archives: February 2015

Compensator – A code editor and a code dev environment written in JavaFX

If you’ve followed the release of e(fx)clipse 1.2.0 and my latest blogs on this, you might have noticed that we have spent quite some time on components like a styled text editor, a filesystem viewer and other basic stuff one … Continue reading

Posted in e(fx)clipse | 12 Comments

How to create an editor with syntax highlighting for Java

I see many people at stackoverflow who ask for an editor who does syntax highlighting in their JavaFX applications. As e(fx)clipse runtime has such a control available and the Eclipse Text Framework has all the tokenizing and reconcoling infrastructure I … Continue reading

Posted in e(fx)clipse | 8 Comments