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 63945 - Choice of platform not remembered for new suite projects
Summary: Choice of platform not remembered for new suite projects
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-08 22:39 UTC by Jesse Glick
Modified: 2005-12-05 11:54 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 Jesse Glick 2005-09-08 22:39:51 UTC
Not sure if this is true of standalone module projects, but just confirmed that
it is true of suite projects: if you make a new suite and choose a particular
platform, your choice is not persisted as the default for the next time. In my
case I have platforms

  nbdev
  NetBeans IDE Dev (Build 050908) (Default)

I keep on using the second one but the first one is always initially selected in
the wizard.
Comment 1 Martin Krauskopf 2005-09-12 11:43:57 UTC
Specification says that the default should be initially selected (which also is
not true). But remembering last is better (and default, if this is the first
invocation).
Comment 2 Martin Krauskopf 2005-11-24 00:06:18 UTC
Fixed + some trivial refactorings.

Checking in ui/ModuleUISettings.java; 1.3 -> 1.4;
Checking in ui/wizard/BasicInfoVisualPanel.java; 1.45 -> 1.46;
Checking in ui/wizard/NewModuleProjectData.java; 1.12 -> 1.13;
Checking in ui/wizard/NewNbModuleWizardIterator.java; 1.25 -> 1.26;
Comment 3 Tomas Danek 2005-12-05 11:54:48 UTC
platform is remembered now (in all cases). verified