JBuilder has special support for displaying a list of a things which needs to be done in the future in some code by making use of a javadoc tag called @todo (see example below). I would like the same to be supported in Idea using indentical syntax. Possibly just by extending your existing color markings on the right of the editor to mark lines containing @todo.
/** * Manager used to read ... * * @todo Need to insert code to invalidate when ... */ private static ResourceReaderManager readerManager; / Morten Christensen _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
