Re: Re: task annotations

Petr Kuzel <[email protected]> Mon, 10 May 2004 19:10:33 +0200
Newsgroups gmane.comp.java.netbeans.modules.tasklist.devel
Organization Sun Microsystems
Message-ID <[email protected]>
Tor Norbye wrote:

[snip]

> I'm not up on the current sources, but at least it used to be the case
> that you could enable/disable an option where only comments are scanned,
> instead of all source. This is because XXX really only means "todo" when
> written in comments; a variable named XXX or your example should not
> match when scanning only comments.

It's right. It's handy and solves Peter's problem. By default
it's OFF. You need to visit options and flip it.

  Cc.

>>>Hello,
>>>
>>>I've noticed that instructions like the following are marked as todo's:
>>>btnLineColorSelected.setText("XXX");
>>>
>>>While this makes sense in some cases, the "XXX" is here for dynamical
>>>calculation of the button width (forground and background have the same
>>>color, so the "XXX" is invisible). Therefore the todo annotation is
>>>slightly annoying - is there a possibility to switch it of _at this
>>>special place_?
>>>
>>>Kind regards
>>>
>>>Peter