Tue, 26 Nov 2002 10:59:35 +0000One small stabilization fix. BLD200211270100
jkovalsky@netbeans.org [Tue, 26 Nov 2002 10:59:35 +0000] rev 2838
One small stabilization fix.

Mon, 25 Nov 2002 20:14:04 +0000Constants from CommandCustomizationSupport are used instead of BLD200211260100
mentlicher@netbeans.org [Mon, 25 Nov 2002 20:14:04 +0000] rev 2837
Constants from CommandCustomizationSupport are used instead of
CommandExecutionSupport.

Mon, 25 Nov 2002 11:05:57 +0000Variables and Commands test suites added to both validation and full test bags.
jkovalsky@netbeans.org [Mon, 25 Nov 2002 11:05:57 +0000] rev 2836
Variables and Commands test suites added to both validation and full test bags.

Mon, 25 Nov 2002 11:00:14 +0000Initial revision of commands testing suite. The validation part of suite is complete.
jkovalsky@netbeans.org [Mon, 25 Nov 2002 11:00:14 +0000] rev 2835
Initial revision of commands testing suite. The validation part of suite is complete.

Mon, 25 Nov 2002 10:59:36 +0000Initial revision of variables testing suite. The suite is complete.
jkovalsky@netbeans.org [Mon, 25 Nov 2002 10:59:36 +0000] rev 2834
Initial revision of variables testing suite. The suite is complete.

Mon, 25 Nov 2002 00:46:47 +0000* Add "Show" filter in the Suggestions view, which lets you
tor@netbeans.org [Mon, 25 Nov 2002 00:46:47 +0000] rev 2833
* Add "Show" filter in the Suggestions view, which lets you
easily filter by suggestion type / category.

* http://www.netbeans.org/issues/show_bug.cgi?id=28304
Improve the directory-task-scanner

Removed the unconditional addition of the "Scan Tasks From
Files..." action from the Tools menu; added it to the
Tools infrastructure such that it shows up in the Tools
menu for directories in the explorer; also, if a directory
is selected it shows up in the main Tools menu. There
is no longer a dialog; the recursive option doesn't seem
necessary (when do you ever want it?) and for the skip-
non-comments option I use the current system option value.

* Add SuggestionManager.remove(List) for performance reasons
(and for symmetry with add(List), which is also needed to
preserve order among a set of registered tasks.)
Add SuggestionProvider.getTypes() which identifies the
types of tasks added by a provider.

* Remove the "Check Copyright" option from the docscanning
module since it's no longer part of the editor view; it's
using the Suggestions framework and will use its generic
enable/disable scheme.

Fri, 22 Nov 2002 18:31:57 +0000The error reporting in CommandProcessor is improved. BLD200211250100
mentlicher@netbeans.org [Fri, 22 Nov 2002 18:31:57 +0000] rev 2832
The error reporting in CommandProcessor is improved.
When creation of a customizer or command execution throws some
exception, the user is properly notified about it.
Two null pointer exceptions are fixed in ExecuteCommand and UserCommandSupport.
This is a fix of issue #28508.

Fri, 22 Nov 2002 17:06:56 +0000custom solution for "select another node after deletion" was
lebedkov@netbeans.org [Fri, 22 Nov 2002 17:06:56 +0000] rev 2831
custom solution for "select another node after deletion" was
replaced with explorer's one (see #13348)

Fri, 22 Nov 2002 13:37:54 +0000Redundant unused messages removed.
mentlicher@netbeans.org [Fri, 22 Nov 2002 13:37:54 +0000] rev 2830
Redundant unused messages removed.

Fri, 22 Nov 2002 12:43:43 +0000Better recognize, whether the refreshed file is a folder or not.
mentlicher@netbeans.org [Fri, 22 Nov 2002 12:43:43 +0000] rev 2829
Better recognize, whether the refreshed file is a folder or not.
This is a fix of issue #28925.