Preferences:Misc
Options:
- Enable plugin for inner classes
- Add //$NON-NLS-n$ comments at the end of line [Pro version only]
- Enable anonymous class support [Pro version only]
- Enable JDK 1.5 support
-
If checked, logger statements will also generated in inner classes.
If it is disabled and the text cursor is NOT within the inner class, then it is not logged.
-
If checked, //$NON-NLS-n$ will be generated at the end of each logger statement.
Example:
logger.debug("myMethod(str=" + str + ") - start"); //$NON-NLS-1$ //$NON-NLS-2$
-
If checked, the name of the anonymous inner class type will be prepended.
Example:
logger.debug("Listener$myMethod(str=" + str + ") - start");
-
If checked, the Eclipse JDK 1.5 parser API is used.
Notice that the API is provided since Eclipse 3.1. When running Eclipse 3.0.x the setting will be disabled after informing the user.