Re: [tasklist] "Scan files for task..." has disappeared ?
Eric Hartmann <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Organization | Shared Value |
| Message-ID | <[email protected]> |
Hi Tor, I think that looking for pmd rule violations and javadoc errors are really really great. However looking for a particuliar type of suggestion would be really great (in my case I was looking only for all the TODOs). I think that the confirmation panel is a good solution with the same mechanism of CVS actions : * use of Ctrl keyboard for making appeared the panel * use a "Set As Default" options in the panel. Thanks for your quick answer. Eric On Tue, 2003-04-29 at 04:09, Tor Norbye wrote: > On Mon, 2003-04-28 at 05:47, Eric Hartmann wrote: > > Hi, > > > > I've just compiled Netbeans 3.5 from branch release35, and I cannot find > > anymore the "Scan files for task", only "Scan Directory for suggestion" is > > available. > > > > Is it a bug ? Or is there any other solution to find the "TODO" on a > > directory ? > > Yup, that action is gone - it's superceded by Scan Directory For > Suggestions, which of course includes your TODOs (they're called > Source Comments). Using the Show context menu action you can > filter it to only show these, not all suggestion types. > > I've thought of making the Scan Directory For Suggestions action > bring up a quick "confirmation panel" where you can customize > the search (recursive true/false, suggestion types to include, > suggestion types to exclude, file extensions to include, file > extensions to exclude, etc. etc.) > > If scanning for only TODOs is a particularly common task, it > could get its own dedicated action (reusing the suggestions > framework code but limited to todos). However, for now I've > been thinking that searching for pmd rule violations or > javadoc errors, etc., is equally common. > > -- Tor > >