[tasklist] Compiler Module II
"Tim Lebedkov" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Message-ID | <009101c2e28e$893cc5d0$1093fe91@timpc> |
Hi group,
I will try to summarize thoughts about the new compiler module.
In fact it is not only about it.
I see two different ways to handle suggestions:
1. (Tor,JBuilder?,currently implemented) let the suggestion module
parse currently opened file
and use a special action over a folder to search for suggestions in the
whole folder and place results in a separate view.
2. (Tim,Eclipse) Suggestion view always shows all suggestions for the
current project. These suggestions/problems/errors could be filtered
to show only those from the currently opened file. As far as I
understand Eclipse persists these suggestions between sessions
and updates this view only on "file save" event.
Are there any other suggestions or votes for one of these?
Tim