Sat, 03 Jan 2004 21:49:55 +0000Further performance optimalizations. Tasklist module TODOs are scanned in 15sec (instead of original 60sec), NB seach makes it in 39sec, linux native grep utility in 5sec. BLD200401041900
pkuzel@netbeans.org [Sat, 03 Jan 2004 21:49:55 +0000] rev 3887
Further performance optimalizations. Tasklist module TODOs are scanned in 15sec (instead of original 60sec), NB seach makes it in 39sec, linux native grep utility in 5sec.

Tue, 30 Dec 2003 22:55:32 +0000Attempting to fix usage of @SPECIFICATION-VERSION@ in arch descs. BLD200401031900
jglick@netbeans.org [Tue, 30 Dec 2003 22:55:32 +0000] rev 3886
Attempting to fix usage of @SPECIFICATION-VERSION@ in arch descs.

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.