Sun, 14 Oct 2001 19:13:22 +0000Fixes of User Interface behaviour. test_release33_beta3-BLD200110261730
tzezula@netbeans.org [Sun, 14 Oct 2001 19:13:22 +0000] rev 1762
Fixes of User Interface behaviour.

Sun, 14 Oct 2001 14:37:02 +0000If the file to refresh does not end with '/', but it's a folder, append the '/', so that it will be set correctly in the cache.
mentlicher@netbeans.org [Sun, 14 Oct 2001 14:37:02 +0000] rev 1761
If the file to refresh does not end with '/', but it's a folder, append the '/', so that it will be set correctly in the cache.

Fri, 12 Oct 2001 17:01:04 +0000Do not create backups for .nbattrs and filesystem.attributes.
mentlicher@netbeans.org [Fri, 12 Oct 2001 17:01:04 +0000] rev 1760
Do not create backups for .nbattrs and filesystem.attributes.
There is a special filtering to prevent deadlocks when .nbattrs file is saved.
This is a fix of issue #16477.

Fri, 12 Oct 2001 15:14:38 +0000Use JavaHelpSearch2 insted of JavaHelpSeach
mzlamal@netbeans.org [Fri, 12 Oct 2001 15:14:38 +0000] rev 1759
Use JavaHelpSearch2 insted of JavaHelpSeach

Fri, 12 Oct 2001 13:53:08 +0000A special VcsCommandWrapper class introduced.
mentlicher@netbeans.org [Fri, 12 Oct 2001 13:53:08 +0000] rev 1758
A special VcsCommandWrapper class introduced.
It contains some usefull information about the running command.
It is necessary to hold the threads information about commands,
so that we can track the commands execution hierarchy.
This is necessary to prevent deadlocks, when the maximum number of commands
is running, but they need to spawn sub-commands to be able to complete.
This architecture can recignize this case and permit execution of additional
commands even if the limit was reached, if the command was submitted
by an already running command.

Fri, 12 Oct 2001 12:48:37 +0000Accessibility is set for variables fields.
mentlicher@netbeans.org [Fri, 12 Oct 2001 12:48:37 +0000] rev 1757
Accessibility is set for variables fields.

Fri, 12 Oct 2001 12:46:15 +0000Global accessibility properties can be set for the whole input dialog.
mentlicher@netbeans.org [Fri, 12 Oct 2001 12:46:15 +0000] rev 1756
Global accessibility properties can be set for the whole input dialog.

Thu, 11 Oct 2001 20:01:26 +0000Accessibility name & description added.
mentlicher@netbeans.org [Thu, 11 Oct 2001 20:01:26 +0000] rev 1755
Accessibility name & description added.

Thu, 11 Oct 2001 19:59:00 +0000Accessibility properties added.
mentlicher@netbeans.org [Thu, 11 Oct 2001 19:59:00 +0000] rev 1754
Accessibility properties added.

Thu, 11 Oct 2001 19:51:41 +0000When the REVISION_OPEN command fails or return nothing,
mentlicher@netbeans.org [Thu, 11 Oct 2001 19:51:41 +0000] rev 1753
When the REVISION_OPEN command fails or return nothing,
a localized exception is thrown.
This is a part of fix of issue #16404.