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 102912 - "Project" combobox on New File wizard does not work properly.
Summary: "Project" combobox on New File wizard does not work properly.
Status: CLOSED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-28 19:30 UTC by dnikitin
Modified: 2008-02-27 14:23 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 dnikitin 2007-04-28 19:30:54 UTC
Product Version: NetBeans IDE 5.5.1 (Build 200704122300, C/C++ Pack 20070428)
Operating System: SunOS version 5.10 running on x86
Java: 1.5.0_06
------------------------------------------------------------------------
"Project" combobox on New File wizard does not work properly.

to reproduce:
1) create two c/c++ projects (e.g Project1 and Project2)
2) File->New File
==> New File dialog appears. Select Project1 in Project combobox
3) Click Next button
==>  Name and Location step. Project: Project1 (it's ok)
4) Click Back button and change Project from Project1 to Project2 and click Next
==> Name and Location step. Project textfield has value Project1 rather than
Project2 !
Comment 1 Thomas Preisler 2007-05-10 20:32:07 UTC
Confirmed. It does not happen with Java projects!
Comment 2 dnikitin 2008-02-27 14:07:48 UTC
NetBeans IDE Dev (Build 200802270005)

Works for me. It seems to be fixed.