Re: Becoming a fisherman

Tor Norbye <[email protected]> Tue, 04 Nov 2003 10:09:40 -0800
Newsgroups gmane.comp.java.netbeans.modules.tasklist.devel
Message-ID <[email protected]>
First of all, welcome aboard Petr! And I'm extremely pleased to hear 
that
Sun is funding development on the tasklist module.

I plan to review your documents this week, but just a couple of quick
clarifications below:

On Tuesday, Nov 4, 2003, at 09:49 US/Pacific, Tim Lebedkov wrote:

>>  Unsupported Use Cases
>>
>>   Code  analysis  tools  (PMD,  compiler, i18n checker, HTML
>>   checker,  copyright  checker, unused imports checker, ...)
>>
> compiler is not a code analysis tool. It replaces standard 
> org.openide.windows.InputOutput.
> It shows messages of the last build

He might have been thinking about the javaparser module.


>>   It's  a  concept  that should be consistently supported by
>>   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