One of the really interesting features of Netbeans 6.0 is 'semantic coloring'.  This takes syntax coloring one level further, and colors/highlights code based upon higher level information.  For instance, here's what a deprecated call would look like:

   void myMethod() {
       callToDeprecatedMethod();
}

There are descriptions of the various other semantic colorings in the Netbeans Java EditorUsersGuideVia Charles Ditzel's blog.
Comments:

I downloaded Netbeans 6.0 Q-Build 4 and i couldnt find how to use or set this famous semantic coloring. Is this feature really introduced in milestone 4 ? How can i use it ? Thanks in advance !

Posted by Loïc on October 26, 2006 at 10:08 AM EDT #

Post a Comment:
Comments are closed for this entry.

This blog copyright 2010 by plamere