Re: [tasklist] Compiler Module II
Tor Norbye <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Organization | Sun Microsystems, Inc |
| Message-ID | <1046818454.706.256.camel@proto> |
On Tue, 2003-03-04 at 14:47, vbrabant wrote: > >That might be possible. Can you file an enhancement request? > > > Certainly. Butr before doing that, I would like to be sure that it will > not greatly decrease performance. It probably wont - because scanning is already so expensive. E.g. if you have lots of files, the scan will take a long time, so an additional 0.5 seconds spend modifying node badges probably won't be noticeable. The catch is that I'll have to remember to clear the badges when the files are edited, but that should be easy. The only thing that won't work is getting the badges cleared if the file is edited outside of the editor and the suggestion-source removed. Probably not a big deal. And the badging should definitely be optional. -- Tor