Mon, 22 Dec 2003 18:10:46 +0000fix for #34385 BLD200312221900
lebedkov@netbeans.org [Mon, 22 Dec 2003 18:10:46 +0000] rev 3870
fix for #34385

Mon, 22 Dec 2003 18:08:20 +0000NodesTreeTable improved
lebedkov@netbeans.org [Mon, 22 Dec 2003 18:08:20 +0000] rev 3869
NodesTreeTable improved

Mon, 22 Dec 2003 18:07:14 +0000#38039: User tasks are not persistent
lebedkov@netbeans.org [Mon, 22 Dec 2003 18:07:14 +0000] rev 3868
#38039: User tasks are not persistent

Mon, 22 Dec 2003 16:54:06 +0000Use negative cache, remember files that can be skipped next time.
pkuzel@netbeans.org [Mon, 22 Dec 2003 16:54:06 +0000] rev 3867
Use negative cache, remember files that can be skipped next time.

Mon, 22 Dec 2003 14:23:26 +0000The auto-fill tasks are re-scheduled for a later time when requests
mentlicher@netbeans.org [Mon, 22 Dec 2003 14:23:26 +0000] rev 3866
The auto-fill tasks are re-scheduled for a later time when requests
to run the task are comming shortly one after the other.
Also new variables are added into the filesystem.
The size of the profile panel is reduced by 12pt.
This is necessary for the fix of issue #37398.

Mon, 22 Dec 2003 13:58:57 +0000New components introduced:
mentlicher@netbeans.org [Mon, 22 Dec 2003 13:58:57 +0000] rev 3865
New components introduced:
PROMPT_FOR_PASSWORD() presents JPasswordField instead of JTextField
TEXT() component presents a text area whenever in the dialog
Styles concept introduced, PROMPT_FOR can have STYLE_READ_ONLY defined.
Selector can have a custom display name and mnemonic. If the selector command
does not exist, an informational dialog is presented rather then Exception.
Labels and texts are expanded when contains references to variables.
These changes are necessary to be able to implement issue #37398.

Mon, 22 Dec 2003 13:05:27 +0000Fix of java.util.NoSuchElementException that happens rarely in toArray() method.
mentlicher@netbeans.org [Mon, 22 Dec 2003 13:05:27 +0000] rev 3864
Fix of java.util.NoSuchElementException that happens rarely in toArray() method.

Mon, 22 Dec 2003 07:57:58 +0000bugfix#38123 - progress indication ref
rgregor@netbeans.org [Mon, 22 Dec 2003 07:57:58 +0000] rev 3863
bugfix#38123 - progress indication ref

Sun, 21 Dec 2003 21:34:30 +0000TODOs complexity estimate itself is costy process (~5% of real work), use indeterminite progess bar. There is (still) leaking TODOs top component.
pkuzel@netbeans.org [Sun, 21 Dec 2003 21:34:30 +0000] rev 3862
TODOs complexity estimate itself is costy process (~5% of real work), use indeterminite progess bar. There is (still) leaking TODOs top component.

Sun, 21 Dec 2003 20:15:47 +0000Adding a trivial module factored out of the old workspaceswitcher module.
tboudreau@netbeans.org [Sun, 21 Dec 2003 20:15:47 +0000] rev 3861
Adding a trivial module factored out of the old workspaceswitcher module.
Hides the main window status bar and instead uses a translucent popup window
on top of the main window.