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 47778 - Add Project chooser in project classpath customizer should remember selected directory
Summary: Add Project chooser in project classpath customizer should remember selected ...
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: UI
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-08-24 11:07 UTC by zikmund
Modified: 2006-03-24 09:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2004-08-24 11:07:03 UTC
Build 200408231800

Java project's customizer | Compiling Classpath |
Add Project starts in home each time.

Similar to issue #44731 "Add JAR ...".
Comment 1 zikmund 2004-08-24 11:13:52 UTC
Web version of this issue #47779.
Comment 2 Jesse Glick 2004-08-24 17:36:31 UTC
Karel claims this worked before; have not verified that.
Comment 3 Tomas Zezula 2004-08-25 09:04:10 UTC
I am not sure too, but it was definitelly not done persistently
because there is no methods for it in the SystemOption.
But this is very easy to fix. 
But better than remeber the selected directory is to remember the
parent directory and set it as current dir, user probably does not
want to add the project again.
Comment 4 Tomas Zezula 2004-08-25 10:31:42 UTC
Checking in
j2seproject/src/org/netbeans/modules/java/j2seproject/ui/FoldersListSettings.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/FoldersListSettings.java,v
 <--  FoldersListSettings.java
new revision: 1.8; previous revision: 1.7
done
Processing log script arguments...
More commits to come...
Checking in
j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/AntArtifactChooser.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/AntArtifactChooser.java,v
 <--  AntArtifactChooser.java
new revision: 1.9; previous revision: 1.8
done
Checking in
j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/VisualClasspathSupport.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/VisualClasspathSupport.java,v
 <--  VisualClasspathSupport.java
new revision: 1.16; previous revision: 1.15
done
Comment 5 zikmund 2004-08-31 17:05:59 UTC
Verified.