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.
I’ll make this an option, but for now there’s no way to turn it off. Feedback welcome!


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.