Re: [tasklist] Compiler submodule
"Tim Lebedkov" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Message-ID | <003401c2dcf3$33dcfec0$2e90fe91@timpc> |
Hi,
Here is what I think should be done:
1. Remove Editor Scanning module.
TODOs appear in the view for suggestions already.
2. Remove Default Task List functionality
It is relatively easy to open an ics file using File/Open File...
(a mount point will be created automatically)
3. Rename "Suggestions View" in "Problems/Suggestions" or
"Suggestions"
4. I don't see any big differences between compilation errors, TODOs and
copyright suggestions. You can search for TODOs in a file or in many
files,
in a directory or in a whole project as well as you can compile a single
file, a directory or a whole project. The only difference is that you
need to press F9 to compile something. Instead of creating a new output
tab a new subnode in the suggestions view will be created. We just need
an additional filter to show only tasks for current
file/folder/filesystem/project.
Suggestions view should not show suggestions only for the current file.
I can imagine different SuggestionProviders that do not work on the
currently
opened file: Conflicts after a CVS update, Audit module and so on.
I don't like the current behaviour of OutputTabs. Sometimes I compile
some files and close the tab with compile errors to see more source code
at once. But there is no ability to show it again. Suggestion view solve
this problem.
5. Additional candidates for TaskList usage:
- "Search/Show all occurences"
- list of chaged files after a CVS operation
- Conflicts after a CVS update
Tim