Mon, 24 May 2004 18:21:58 +0000bugfix#43749- color of status changed in case annotation color is the same as selection color. BLD200405241951
rgregor@netbeans.org [Mon, 24 May 2004 18:21:58 +0000] rev 4650
bugfix#43749- color of status changed in case annotation color is the same as selection color.

Mon, 24 May 2004 16:54:36 +0000Set all file paths as committed files when there is a force option. BLD200405241800
mentlicher@netbeans.org [Mon, 24 May 2004 16:54:36 +0000] rev 4649
Set all file paths as committed files when there is a force option.
This is a fix of issue #28703.

Mon, 24 May 2004 16:31:40 +0000Folder ordering now correct
tboudreau@netbeans.org [Mon, 24 May 2004 16:31:40 +0000] rev 4648
Folder ordering now correct

Mon, 24 May 2004 15:24:36 +0000ignoredGarbageFiles and filterBackupFiles properties are not used any more.
mentlicher@netbeans.org [Mon, 24 May 2004 15:24:36 +0000] rev 4647
ignoredGarbageFiles and filterBackupFiles properties are not used any more.
See issues #42008 and #41834.

Mon, 24 May 2004 15:23:11 +0000Do not set ignoredGarbageFiles property any more.
mentlicher@netbeans.org [Mon, 24 May 2004 15:23:11 +0000] rev 4646
Do not set ignoredGarbageFiles property any more.
This property is not to be used any more.
Associated issues #42008 and #41834.

Mon, 24 May 2004 13:48:33 +0000Init the last condition values when the profile is changed. BLD200405241428
mentlicher@netbeans.org [Mon, 24 May 2004 13:48:33 +0000] rev 4645
Init the last condition values when the profile is changed.
This fixes NPE that is thrown because of uninitialized variable.

Mon, 24 May 2004 12:48:03 +0000The commands from individual profiles are not separated.
mentlicher@netbeans.org [Mon, 24 May 2004 12:48:03 +0000] rev 4644
The commands from individual profiles are not separated.
This is a fix of issue #43134.

Mon, 24 May 2004 09:35:33 +0000The added/removed environment variables also need to be remembered persistently.
mentlicher@netbeans.org [Mon, 24 May 2004 09:35:33 +0000] rev 4643
The added/removed environment variables also need to be remembered persistently.

Mon, 24 May 2004 08:34:14 +0000CTRL_Down array is kept for sub-menus so that the advanced mode works
mentlicher@netbeans.org [Mon, 24 May 2004 08:34:14 +0000] rev 4642
CTRL_Down array is kept for sub-menus so that the advanced mode works
correctly.
This is a fix of issue #43582.

Mon, 24 May 2004 08:27:56 +0000"popup" parameter replaced with "inMenu", icon is set when we're in menu
mentlicher@netbeans.org [Mon, 24 May 2004 08:27:56 +0000] rev 4641
"popup" parameter replaced with "inMenu", icon is set when we're in menu
and context placeholder is set only to items which do not have context menu.
This is a fix of issue #43415.