Fri, 26 Dec 2003 10:14:52 +0000Close cache streams, eliminated NPE in suggestions scanner. BLD200312291900
pkuzel@netbeans.org [Fri, 26 Dec 2003 10:14:52 +0000] rev 3885
Close cache streams, eliminated NPE in suggestions scanner.

Thu, 25 Dec 2003 23:51:03 +0000Scan in-memory suggestions (opened documents) first then step to slower disk (or whatever) media.
pkuzel@netbeans.org [Thu, 25 Dec 2003 23:51:03 +0000] rev 3884
Scan in-memory suggestions (opened documents) first then step to slower disk (or whatever) media.

Tue, 23 Dec 2003 18:00:27 +0000I must temporary remove FilteredList because it seems to start behave like /dev/nul. BLD200312231900
pkuzel@netbeans.org [Tue, 23 Dec 2003 18:00:27 +0000] rev 3883
I must temporary remove FilteredList because it seems to start behave like /dev/nul.

Tue, 23 Dec 2003 16:46:39 +0000TaskListener made WeakListeners-able, still fighting memory leak with SourceTasksView topcomponent.
pkuzel@netbeans.org [Tue, 23 Dec 2003 16:46:39 +0000] rev 3882
TaskListener made WeakListeners-able, still fighting memory leak with SourceTasksView topcomponent.

Tue, 23 Dec 2003 12:52:06 +0000Invalidate the cache on settings change.
pkuzel@netbeans.org [Tue, 23 Dec 2003 12:52:06 +0000] rev 3881
Invalidate the cache on settings change.

Tue, 23 Dec 2003 11:03:29 +0000Some labels in the Customizer are shortened to be more readable.
mentlicher@netbeans.org [Tue, 23 Dec 2003 11:03:29 +0000] rev 3880
Some labels in the Customizer are shortened to be more readable.
Built-In client is now set as default for "pserver".
Port is set to 2401 by default.
A readio button for Login/Offline mode is added. The login state
is automatically detected by "SET_LOGIN_STATE" auto-fill command.
A Login command defined as a selector to the password field is added.
This is a fix of issue #37398.

Tue, 23 Dec 2003 10:47:24 +0000TODOs options customizer is table based now.
pkuzel@netbeans.org [Tue, 23 Dec 2003 10:47:24 +0000] rev 3879
TODOs options customizer is table based now.

Tue, 23 Dec 2003 10:34:49 +0000Further improvements in the variable inpuit dialog are necessary to be able to implement issue #37398.
mentlicher@netbeans.org [Tue, 23 Dec 2003 10:34:49 +0000] rev 3878
Further improvements in the variable inpuit dialog are necessary to be able to implement issue #37398.
Variable VAR_UPDATE_CHANGED_FROM_SELECTOR introduced. When the selector command
defines this variable with "true" value, then the dialog components are updated with the variable values
defined by the selector. This way the selector can change other components.
A special treatment is for "PASSWORD" variable.
When the value of a text component is expandable (defines ${...} or $[? ..] [][] constructs),
then the original default value is set as "propagation ID" in property change events.
The listeners then must not update the filesystem variables with the expanded value of the variable.

Tue, 23 Dec 2003 10:07:17 +0000The "Only Show Profiles Compatible With Current Operating System" checkbox
mentlicher@netbeans.org [Tue, 23 Dec 2003 10:07:17 +0000] rev 3877
The "Only Show Profiles Compatible With Current Operating System" checkbox
is removed to save space when issue #37398 is implemented.
Also Remove button is removed, since it's possible to delete a profile
in Tools/Options/... This is a parial fix of issue #38238 and #33180.

Tue, 23 Dec 2003 09:43:49 +0000HOTFIX, make codebase compileable
pkuzel@netbeans.org [Tue, 23 Dec 2003 09:43:49 +0000] rev 3876
HOTFIX, make codebase compileable