Re: Becoming a fisherman

Tim Lebedkov <[email protected]> Tue, 04 Nov 2003 21:26:22 +0100
Newsgroups gmane.comp.java.netbeans.modules.tasklist.devel
Message-ID <[email protected]>
Tor Norbye wrote:

>
>>>   all  relevant  IDE  analysers (now user actions). It's too
>>>   expensive right now.
>>>
>> Current implementation of the suggestions view shows suggestions for 
>> the currently opened
>> source file. What about "Search for suggestions"-action? Will it get 
>> into 4.0?
>
>
> I'm probably misunderstanding - but you're aware that if you select a
> directory in the explorer, the Tools menu will have a "Scan For 
> Suggestions"
> item which recursively searches for suggestions in all files below that
> folder, and places the result into a separate (static, e.g. not kept 
> up to date)
> suggestions window, right?
>
> -- Tor

4.0 will have new projects module and I think that the best way would be to:
1. ... remove the "Scan for suggestion" action and just always show 
suggestions (TODOs)
for the whole project
2 ... provide a filter to show suggestions only for the current editor.

--Tim