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 67834 - NBPM: when adding new platform, remember lastly selected directory
Summary: NBPM: when adding new platform, remember lastly selected directory
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2005-10-31 13:39 UTC by Tomas Danek
Modified: 2006-02-13 11:14 UTC (History)
0 users

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 Tomas Danek 2005-10-31 13:39:08 UTC
I get frustrated that always when adding new platform, directory
"C:\Documents and Settings\$USER_NAME\My Documents" is offered for browsing (on
Win). I belive not many users keep binaries in My Documents folder:) I'd prefer
to start in something like "My computer" or "C:\" or whatever, just to minimize
number of steps needed to navigate into platform dir.
Comment 1 Martin Krauskopf 2005-10-31 13:51:28 UTC
I think that remembering lastly selected directory would solve this. Currently
just user's "HOME" is used (see JFileChooser's javadoc). Probably we shouldn't
try to be more clever. It's simplefix. Hopefull for 5.0.
Comment 2 Tomas Danek 2005-10-31 14:36:32 UTC
I'm ok with remembering last used dir. (As i went through issue 66537)
Comment 3 Tomas Danek 2005-10-31 14:40:15 UTC
And please modify this way all NBMP's filechoosers..thanks!
Comment 4 Martin Krauskopf 2006-02-02 10:14:05 UTC
ui/ModuleUISettings.java; 1.5 -> 1.6;
ui/platform/PlatformChooserVisualPanel.java; 1.13 -> 1.14;
Comment 5 Tomas Danek 2006-02-13 11:14:50 UTC
verified in trunk.