Thu, 14 Oct 2004 17:15:22 +0000The refreshing after recursive commands is improved. BLD200410141800
mentlicher@netbeans.org [Thu, 14 Oct 2004 17:15:22 +0000] rev 5340
The refreshing after recursive commands is improved.
This is a fix of issue #48684.

Thu, 14 Oct 2004 16:14:46 +0000Set preferred size to 400x100, also present the [Close] button
mentlicher@netbeans.org [Thu, 14 Oct 2004 16:14:46 +0000] rev 5339
Set preferred size to 400x100, also present the [Close] button
on the dialog wrapper.

Thu, 14 Oct 2004 11:55:54 +0000The Add command was split to two, depending on whether it should process
mentlicher@netbeans.org [Thu, 14 Oct 2004 11:55:54 +0000] rev 5338
The Add command was split to two, depending on whether it should process
the directory recursively or not.
This is a fix of issue #50313.

Thu, 14 Oct 2004 11:54:25 +0000Recursive command refreshes the examined folders for sure.
mentlicher@netbeans.org [Thu, 14 Oct 2004 11:54:25 +0000] rev 5337
Recursive command refreshes the examined folders for sure.
This is valuable for cases when additional files are created externally
(see issue #50313).

Thu, 14 Oct 2004 11:51:03 +0000Various small changes, that are necessary for the fix of issue #50313.
mentlicher@netbeans.org [Thu, 14 Oct 2004 11:51:03 +0000] rev 5336
Various small changes, that are necessary for the fix of issue #50313.
The commands executor silently ignores an empty executable in structured exec,
local refresh of cache directories refreshes local cache dirs as well
and the variables set by preprocessing are set back to the command
that was preprocessed.

Thu, 14 Oct 2004 06:42:43 +0000#47527 - added custom property to actions that have icon but don't show it in main menu. Everyone please verify that I didn't miss any or changed irrelevant action. Thanks.
mkleint@netbeans.org [Thu, 14 Oct 2004 06:42:43 +0000] rev 5335
#47527 - added custom property to actions that have icon but don't show it in main menu. Everyone please verify that I didn't miss any or changed irrelevant action. Thanks.

Thu, 14 Oct 2004 06:33:42 +0000bugfix#46679 - don't allow exec property to be editable as text.
rgregor@netbeans.org [Thu, 14 Oct 2004 06:33:42 +0000] rev 5334
bugfix#46679 - don't allow exec property to be editable as text.

Wed, 13 Oct 2004 20:04:33 +0000Using <standard-changelists/> consistently.
jglick@netbeans.org [Wed, 13 Oct 2004 20:04:33 +0000] rev 5333
Using <standard-changelists/> consistently.

Wed, 13 Oct 2004 19:33:42 +0000Removed workarounds for JDK bug #5050502, which does not affect the 1.5.0 release.
jglick@netbeans.org [Wed, 13 Oct 2004 19:33:42 +0000] rev 5332
Removed workarounds for JDK bug #5050502, which does not affect the 1.5.0 release.

Wed, 13 Oct 2004 14:30:00 +0000If the password was specified, pass it to the filesystem. BLD200410131800
mentlicher@netbeans.org [Wed, 13 Oct 2004 14:30:00 +0000] rev 5331
If the password was specified, pass it to the filesystem.
This is a fix of issue #50157.