Mon, 24 Nov 2003 18:35:16 +0000A few more uses of org/openide/resources/defaultFolder that I missed last time. BLD200311241900
jglick@netbeans.org [Mon, 24 Nov 2003 18:35:16 +0000] rev 3717
A few more uses of org/openide/resources/defaultFolder that I missed last time.

Mon, 24 Nov 2003 18:15:41 +0000Added protected asynchronous() { return false; } to GeneralCommandAction
mentlicher@netbeans.org [Mon, 24 Nov 2003 18:15:41 +0000] rev 3716
Added protected asynchronous() { return false; } to GeneralCommandAction
A note about necessity of RequestProcessor if AWT is not desired added into CommandActionSupporter.
This is a part of fix of issue #37453.

Mon, 24 Nov 2003 17:39:23 +0000Added protected asynchronous() { return false; } to most of NodeActions.
mentlicher@netbeans.org [Mon, 24 Nov 2003 17:39:23 +0000] rev 3715
Added protected asynchronous() { return false; } to most of NodeActions.
Code that should not run in AWT is posted in RequestProcessor for some actions.
This is a part of fix of issue #37453.

Mon, 24 Nov 2003 17:37:02 +0000Remove unused settings.
pkuzel@netbeans.org [Mon, 24 Nov 2003 17:37:02 +0000] rev 3714
Remove unused settings.

Mon, 24 Nov 2003 17:23:51 +0000Removed an unnecessary import of NodeAction.
mentlicher@netbeans.org [Mon, 24 Nov 2003 17:23:51 +0000] rev 3713
Removed an unnecessary import of NodeAction.

Mon, 24 Nov 2003 17:15:05 +0000Removed an unnecessary import of NodeAction.
mentlicher@netbeans.org [Mon, 24 Nov 2003 17:15:05 +0000] rev 3712
Removed an unnecessary import of NodeAction.

Mon, 24 Nov 2003 17:06:14 +0000Uninstall jump actions accordingly.
pkuzel@netbeans.org [Mon, 24 Nov 2003 17:06:14 +0000] rev 3711
Uninstall jump actions accordingly.

Mon, 24 Nov 2003 16:08:30 +0000A protected asynchronous() method added, which returns false to run in AWT thread.
mentlicher@netbeans.org [Mon, 24 Nov 2003 16:08:30 +0000] rev 3710
A protected asynchronous() method added, which returns false to run in AWT thread.
This is a part of fix of issue #37453.

Mon, 24 Nov 2003 15:56:13 +0000It's enough when asynchronous() is protected.
mentlicher@netbeans.org [Mon, 24 Nov 2003 15:56:13 +0000] rev 3709
It's enough when asynchronous() is protected.
See issue #37453.

Mon, 24 Nov 2003 15:50:46 +0000Removing an unnecessary import.
mentlicher@netbeans.org [Mon, 24 Nov 2003 15:50:46 +0000] rev 3708
Removing an unnecessary import.