Your votes power DZone. Login and vote now.
By bloid
via blogs.sun.com
Published: Aug 23 2007 / 18:07
I thought I'd put down on 'paper' the things I've been looking at in relation to Groovy and providing an editor for it. By 'editor' I mean primarily 'syntax coloring', 'code folding', 'code completion', and 'navigator support'. Secondarily I mean 'run' functionality and 'console integration'. The key to everything in the primary section in relation to NetBeans is Schliemann. Fortunately, a Schliemann file for Java already exists (here), so since Groovy is a superset of Java, let's not reinvent the wheel. Let's just take the Java NBS file, adapt it to our purposes, and add whatever functionality we'd like to provide. That should work, all things being equal (though they seldom are or seem to be), one would think.



Comments
bloid replied ago:
Part 2 here: http://www.dzone.com/links/how_to_write_a_netbeans_groovy_editor_part_2.html
Voters For This Link (11)
Voters Against This Link (0)