This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 191160 - path in various dialogs forgets previous location, defaults to home dir
Summary: path in various dialogs forgets previous location, defaults to home dir
Status: REOPENED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal with 2 votes (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on: 191393
Blocks:
  Show dependency tree
 
Reported: 2010-10-20 00:47 UTC by Thomas Preisler
Modified: 2014-05-20 13:37 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Preisler 2010-10-20 00:47:31 UTC
Transferred from CR 6992863:

When setting up projects, various dialogs ask for path, and they typically default to the home directory, not CWD.  Even after I indicate the CWD for project-related activity, the IDE forgets and insists on my home directory path.  Using the file chooser to get back to my working directory gets old.  And, because access to my home directory is very slow, I keep incurring delays as the IDE repeatedly accesses this directory.

My underlying use case: simultaneously build and debug more than one version of a source-controled code.  I am currently doing this by creating a sandboxed project within each version of the codebase.
*** (#1 of 1): 2010-10-18 11:12:19 PDT yukon
Comment 1 Maria Tishkova 2010-10-20 12:03:59 UTC
Thomas, I have raised priority to P3 and assigned it to you.
Let's fix it by 7.0 to be sure the fix is included in next OSS.

I think that in the situation when home is inaccessible this issue can be a blocker.
Comment 2 Nikolay Molchanov 2010-10-21 05:35:48 UTC
I think this bug was filed as P4 by mistake. It is a very annoying issue,
and moreover it is a root cause for extremely low responsiveness of the
Oracle Solaris Studio IDE which is based on the Netbeans IDE. Usually we
have a huge $HOME directory, and the IDE spends several minutes trying to 
browse my $HOME directory without any reason to do such things. It is a 
kind of things that IDE should never do - if I did not tell the IDE to 
browse my $HOME directory, it should never try to look at it.
Summary: this is at least P3 issue, and it should be fixed before the next
release of Oracle Solaris Studio.

Thanks in advance,
Nik
Comment 3 Vladimir Voskresensky 2010-12-27 22:11:58 UTC
now ide remembers everything. Also open dialog is no more blocked by slow home dirs
Comment 4 Thomas Preisler 2011-01-25 04:25:28 UTC
I think this one was closed as fixed prematurely. Will open.
Comment 5 igor_nikiforov 2011-09-08 11:16:58 UTC
This becomes enhancement for the same reason as Bug 198872 "File chooser started from "New Projects" shows wrong directory".