The second format i.e.

// TODO: ... 

would be preferred over here as it may be used outside of javadocs, so
I would second the call for both formats to be supported if possible.


H



"Gordon Tyler" <[EMAIL PROTECTED]> writes:

> RE: [Eap-list] @todo JBuilder like feature req. (javadoc tag support)The
> other traditional way is to use:
> 
>     // TODO: ...
> 
> Is this going to be supported as well?
> 
> Ciao,
> Gordon
> 
> ----- Original Message -----
> From: Scott Curtis
> To: '[EMAIL PROTECTED]'
> Sent: Friday, April 12, 2002 11:36 AM
> Subject: RE: [Eap-list] @todo JBuilder like feature req. (javadoc tag
> support)
> 
> 
> This is apparently planned for Ariadna.
> -----Original Message-----
> From: Morten M. Christensen [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 12, 2002 4:19 PM
> To: [EMAIL PROTECTED]
> Subject: [Eap-list] @todo JBuilder like feature req. (javadoc tag
> support)
> 
> 
> 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
> 
> 
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to