Thu, 24 Jun 2004 16:18:40 +0000The check of whether the profile is temporary moved to VariableIO from where BLD200406241800
mentlicher@netbeans.org [Thu, 24 Jun 2004 16:18:40 +0000] rev 4822
The check of whether the profile is temporary moved to VariableIO from where
it needs to be called.
This prevents unnecessary loading of CommandLineVcsFileSystem class.
A partial fix of issue #38108.

Thu, 24 Jun 2004 14:34:34 +0000A SAX parser written to parse the whole VCS profile for performance reasons.
mentlicher@netbeans.org [Thu, 24 Jun 2004 14:34:34 +0000] rev 4821
A SAX parser written to parse the whole VCS profile for performance reasons.
Also, it's possible to selectively load only some properties from the profile.
This is a partial fix of issue #38108.

Thu, 24 Jun 2004 14:29:24 +0000Ask for the variables only when it's necessary to expand the display name.
mentlicher@netbeans.org [Thu, 24 Jun 2004 14:29:24 +0000] rev 4820
Ask for the variables only when it's necessary to expand the display name.
This is necessary for the performance fix of issue #38108.

Wed, 23 Jun 2004 20:09:06 +0000Bugfix: when creating a new project from existing source, do not overwrite the content. Adding a debug.
jlahoda@netbeans.org [Wed, 23 Jun 2004 20:09:06 +0000] rev 4819
Bugfix: when creating a new project from existing source, do not overwrite the content. Adding a debug.

Wed, 23 Jun 2004 18:33:52 +0000Some changes to guiproject settings and accompanying changes to ant tasks and build scripts.
jlahoda@netbeans.org [Wed, 23 Jun 2004 18:33:52 +0000] rev 4818
Some changes to guiproject settings and accompanying changes to ant tasks and build scripts.

Wed, 23 Jun 2004 16:50:43 +0000The "Send To Standard Output" option removed from the global checkout. BLD200406231800
mentlicher@netbeans.org [Wed, 23 Jun 2004 16:50:43 +0000] rev 4817
The "Send To Standard Output" option removed from the global checkout.
Also the browse removed for "Checkout Into Folder" option, since the folder must be relative.

Wed, 23 Jun 2004 16:45:13 +0000Transfer the MenuKeyListeners from the parents of transferred menu items to the merged menu.
mentlicher@netbeans.org [Wed, 23 Jun 2004 16:45:13 +0000] rev 4816
Transfer the MenuKeyListeners from the parents of transferred menu items to the merged menu.
This is necessary to keep the advanced mode switching work.
Also, after the action is performed, we need to deselect the advanced mode so that
we get the basic state the next time.
This is a fix of issue #45459.

Wed, 23 Jun 2004 16:34:20 +0000Initial version of my attempt to provide an API checker for any java project
jtulach@netbeans.org [Wed, 23 Jun 2004 16:34:20 +0000] rev 4815
Initial version of my attempt to provide an API checker for any java project

Wed, 23 Jun 2004 13:39:40 +0000The "Resolve Conflicts" action is not available on [Missing] nodes.
mentlicher@netbeans.org [Wed, 23 Jun 2004 13:39:40 +0000] rev 4814
The "Resolve Conflicts" action is not available on [Missing] nodes.
Also, a check for file existence is performed to be sure.
This is a fix of issue #45464.

Wed, 23 Jun 2004 10:44:57 +0000We do not have "Filesystems", but "Versioned Directories".
mentlicher@netbeans.org [Wed, 23 Jun 2004 10:44:57 +0000] rev 4813
We do not have "Filesystems", but "Versioned Directories".