Re: task annotations
Peter Nabbefeld <[email protected]> Mon, 10 May 2004 20:54:54 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Message-ID | <[email protected]> |
Petr Kuzel schrieb: > 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. > Thank You Tor, Thank You Petr. I've found the option, and it works. Now I've found something, which I think, it's a bug: When I select 'Opened files' to be scanned, there is one duplicated line; seems to be a result of opening the file's source and form (so the file is opened twice using two different editors). BTW: I've tested this in the dev build. Kind regards Peter