The latest SVN contains a cool new feature that took me awhile to get used to in Eclipse. In Java, C, and similar languages, multi-line comments and Javadoc comments are now automatically closed as you type.

Adding a new doc comment...

... and after pressing Enter
I’ll make this an option, but for now there’s no way to turn it off. Feedback welcome!
This entry was posted
on Tuesday, January 4th, 2011 at 7:58 am and is filed under RSyntaxTextArea.
You can follow any responses to this entry through the RSS 2.0 feed.
Responses are currently closed, but you can trackback from your own site.
Hi
Cool feature, but actually I get a lot of debug messages on the console:
… [Token: ]
8, 0
… [Token: text: ' '; offset: 140; type: 16; isPaintable: true; nextToken==null: false]
… [Token: text: '/**'; offset: 141; type: 3; isPaintable: true; nextToken==null: true]
9, 3
‘ /**
Is there a way turning the debug messages off? In which class are they generated?
OK, I’ve found it finally on my own (in AbstractJFlexCTokenMaker.java).
Oops, sorry about that! I just pushed a fix removing the debug System.out.println’s.