Mon, 27 Jan 2003 22:00:52 +0000IN=10716 BLD200301280100
jglick@netbeans.org [Mon, 27 Jan 2003 22:00:52 +0000] rev 3044
IN=10716
#29914: separate Debugger API into openide-debugger.jar.
#30161: permit modules to contribute to automatic dependency upgrades.

Mon, 27 Jan 2003 19:16:15 +0000* Javadoc suggestion confirmation panels
tor@netbeans.org [Mon, 27 Jan 2003 19:16:15 +0000] rev 3043
* Javadoc suggestion confirmation panels
* Suggestion Types can now register actions in their
context menu. Thus, javadoc suggestions now have
context menus to view the javadoc for the current file,
and to use the Auto Comment dialog to fix the javadoc.
The PMD module has an action which lets you edit the
ruleset being used.
* Task/suggestion nodes now consult the dataobject for
the line object for cookies. Thus, when a task with
an associated data object is selected, the cookies for
that data object are available so for example the Tools
menu shows actions applicable to that data object.

Mon, 27 Jan 2003 17:00:25 +0000CommandOutputCollector: Add the output listener lazily. It can immediately fill
mentlicher@netbeans.org [Mon, 27 Jan 2003 17:00:25 +0000] rev 3042
CommandOutputCollector: Add the output listener lazily. It can immediately fill
the output data, which is not desired at time we're adding the listener because
it blocks the caller's thread.
CommandOutputPanel: A special class "OutputEnabledEnsurer" introduced
to ensure, that the output tab is enabled. It spawns some work in AWT,
but only when necessary. It assures, that the proper component is in the
tabbed pane and proper tab is selected.
For some reason the tabbed pane must be visible so that the component
can be set. A special class "OutputComponentListener" introduced for purpose
of being able to wait till the component is shown.
This is a fix of a long-standing bug in VCS Output Window.

Fri, 24 Jan 2003 05:29:52 +0000* If you get a "no such method" error when compiling, add
tor@netbeans.org [Fri, 24 Jan 2003 05:29:52 +0000] rev 3041
* If you get a "no such method" error when compiling, add
suggestion which automatically creates a method in the
target class with the appropriate signature.

Fri, 24 Jan 2003 03:54:27 +0000* Fix bug related to enabling/disabling document suggesters live
tor@netbeans.org [Fri, 24 Jan 2003 03:54:27 +0000] rev 3040
* Fix bug related to enabling/disabling document suggesters live
* Remove LineSuggestionPerformer and references to it

Thu, 23 Jan 2003 22:55:26 +0000* Add type ordering (not yet done, but works better than
tor@netbeans.org [Thu, 23 Jan 2003 22:55:26 +0000] rev 3039
* Add type ordering (not yet done, but works better than
before)
* 30276: Scan is performed even when suggestions view is closed
* 30275: Source shouldn't be scanned in AWT thread
* Remove some deprecated code
* Refactor pmd module slightly

Thu, 23 Jan 2003 20:55:28 +0000Setup the correct paths (usage of commun parent corrected).
mentlicher@netbeans.org [Thu, 23 Jan 2003 20:55:28 +0000] rev 3038
Setup the correct paths (usage of commun parent corrected).
Also a performance improvement made by replacing "new Thread" with RequestProcessor.
This is a fix of issue #28179.

Thu, 23 Jan 2003 20:52:23 +0000Set the correct path for the dir containers.
mentlicher@netbeans.org [Thu, 23 Jan 2003 20:52:23 +0000] rev 3037
Set the correct path for the dir containers.
This is a part of fix of issue #28179.

Thu, 23 Jan 2003 18:20:37 +0000Detect when there is an exception or error in the executed class
mentlicher@netbeans.org [Thu, 23 Jan 2003 18:20:37 +0000] rev 3036
Detect when there is an exception or error in the executed class
and report it to the user via ErrorManager.
This is necessary so that the exception does not get lost.

Thu, 23 Jan 2003 18:08:22 +0000When the original execution string of a command is null, do not cancel
mentlicher@netbeans.org [Thu, 23 Jan 2003 18:08:22 +0000] rev 3035
When the original execution string of a command is null, do not cancel
the command customization.
This is a fix of issue #29315.