Tue, 16 Sep 2003 15:47:26 +0000A mechanism to temporarily lock some files created. BLD200309190100
mentlicher@netbeans.org [Tue, 16 Sep 2003 15:47:26 +0000] rev 3540
A mechanism to temporarily lock some files created.
This is necessary for commands like update, that modify the working files.
If they would be modified in the same time in the IDE, data loss would occur.
This is a fix of issue #36113.

Tue, 16 Sep 2003 11:25:08 +0000Wait one second after we save some files. This is necessary because of file modification times.
mentlicher@netbeans.org [Tue, 16 Sep 2003 11:25:08 +0000] rev 3539
Wait one second after we save some files. This is necessary because of file modification times.
This is a first part of the fix of issue #36065.

Mon, 15 Sep 2003 15:12:08 +0000The comment in printDataOutput() modified to be more descriptive. BLD200309160100
mentlicher@netbeans.org [Mon, 15 Sep 2003 15:12:08 +0000] rev 3538
The comment in printDataOutput() modified to be more descriptive.

Mon, 15 Sep 2003 11:25:29 +0000Do not allow to process VCS operations on files, that are from different filesystem than the primary file.
mentlicher@netbeans.org [Mon, 15 Sep 2003 11:25:29 +0000] rev 3537
Do not allow to process VCS operations on files, that are from different filesystem than the primary file.
This is a fix of issue #33323. Merged to the main trunk from release35 branch.

Mon, 15 Sep 2003 11:20:05 +0000Do not allow to process VCS operations on files, that are from different filesystem than the primary file.
mentlicher@netbeans.org [Mon, 15 Sep 2003 11:20:05 +0000] rev 3536
Do not allow to process VCS operations on files, that are from different filesystem than the primary file.
This is a fix of issue #33323. Merged to the main trunk from release35 branch.

Mon, 15 Sep 2003 07:00:00 +0000s/uninstall/uninstalled/ to correctly override the method
rkubacki@netbeans.org [Mon, 15 Sep 2003 07:00:00 +0000] rev 3535
s/uninstall/uninstalled/ to correctly override the method

Mon, 15 Sep 2003 00:32:27 +0000DocBook upgraded to 1.62.0; DB Slides to 3.2.0.
jglick@netbeans.org [Mon, 15 Sep 2003 00:32:27 +0000] rev 3534
DocBook upgraded to 1.62.0; DB Slides to 3.2.0.
Proper offline publishing implemented.

Thu, 11 Sep 2003 07:29:25 +0000s/close/uninstall/ as Jesse pointed out
rkubacki@netbeans.org [Thu, 11 Sep 2003 07:29:25 +0000] rev 3533
s/close/uninstall/ as Jesse pointed out

Wed, 10 Sep 2003 14:05:24 +0000Building and running with PMD 0.9
rkubacki@netbeans.org [Wed, 10 Sep 2003 14:05:24 +0000] rev 3532
Building and running with PMD 0.9

Wed, 10 Sep 2003 12:36:13 +0000- added Component Name Lookup - dialog which shows component's name of a component on which BLD200309150100
jskrivanek@netbeans.org [Wed, 10 Sep 2003 12:36:13 +0000] rev 3531
- added Component Name Lookup - dialog which shows component's name of a component on which
mouse pointer stands.
- added support for usage of component names in generated code.