Thu, 17 Apr 2003 12:00:16 +0000Mnemonics correction. Use 'r' instead of 'f' to prevent conflicts. BLD200304180100
mentlicher@netbeans.org [Thu, 17 Apr 2003 12:00:16 +0000] rev 3378
Mnemonics correction. Use 'r' instead of 'f' to prevent conflicts.
This is a fix of issue #32992.

Thu, 17 Apr 2003 10:56:04 +0000getRunningCommandTasks() method added.
mentlicher@netbeans.org [Thu, 17 Apr 2003 10:56:04 +0000] rev 3377
getRunningCommandTasks() method added.
This is necessary for the fix of issue #32928.

Thu, 17 Apr 2003 10:24:34 +0000When a refresh is to be run after a command finish, do not run the refresh immediately.
mentlicher@netbeans.org [Thu, 17 Apr 2003 10:24:34 +0000] rev 3376
When a refresh is to be run after a command finish, do not run the refresh immediately.
Collect just the folders that are to be refreshed first and then in case that
no more commands after which the refresh is called are running, do the refresh.
Also some methods which were unnecessarily public made private.
This is the first part of fix of issue #32928.

Wed, 16 Apr 2003 03:49:55 +0000* Fix bug with Fix Action: if you hit Esc (not Cancel) it would BLD200304170100
tor@netbeans.org [Wed, 16 Apr 2003 03:49:55 +0000] rev 3375
* Fix bug with Fix Action: if you hit Esc (not Cancel) it would
perform the fix
http://tasklist.netbeans.org/issues/show_bug.cgi?id=32149
* Replace Line.getDataObject() with DataEditorSupport.findDataObject
(since otherwise the trunk keeps throwing exceptions warning
about it)
* Add Manifest-Version to the manifest files - it's supposed
to be there
* Unfinal some APIs for use by Julian Sinai

Tue, 15 Apr 2003 19:51:02 +0000Bugfix - inc spec.
jglick@netbeans.org [Tue, 15 Apr 2003 19:51:02 +0000] rev 3374
Bugfix - inc spec.

Tue, 15 Apr 2003 19:49:24 +0000Better handling of beans whose class is in the JRE.
jglick@netbeans.org [Tue, 15 Apr 2003 19:49:24 +0000] rev 3373
Better handling of beans whose class is in the JRE.

Tue, 15 Apr 2003 12:12:58 +0000#32830 Do not generate japanese layers BLD200304151434
mzlamal@netbeans.org [Tue, 15 Apr 2003 12:12:58 +0000] rev 3372
#32830 Do not generate japanese layers

Mon, 14 Apr 2003 15:39:32 +0000Fix for #32790: Disabled actions in popup menu of Runtime|CORBA Interface Repository node BLD200304150100
ppisl@netbeans.org [Mon, 14 Apr 2003 15:39:32 +0000] rev 3371
Fix for #32790: Disabled actions in popup menu of Runtime|CORBA Interface Repository node

Mon, 14 Apr 2003 15:28:14 +0000Fix for # 21848: Browser does not listen on "CORBA settings change"
ppisl@netbeans.org [Mon, 14 Apr 2003 15:28:14 +0000] rev 3370
Fix for # 21848: Browser does not listen on "CORBA settings change"
Now ContextNode and IrRootNode listen on the CurrentProjectNode. These changes need new dependence on the project module.

Mon, 14 Apr 2003 14:56:44 +0000Fix for # 22059: JNDI browser is not project sensitive.
ppisl@netbeans.org [Mon, 14 Apr 2003 14:56:44 +0000] rev 3369
Fix for # 22059: JNDI browser is not project sensitive.
The previous fix didn't work with changes in open API. New fix creates dependence on the project module.