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 124198 - New File Wizard should offer the non-existing file name
Summary: New File Wizard should offer the non-existing file name
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Grinev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-18 14:14 UTC by soldatov
Modified: 2008-02-28 09:47 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 soldatov 2007-12-18 14:14:37 UTC
Steps:
- Create C/C++ Application project
- Create "C Header File" with default name (newfile.h) in 'Source File' logical folder
- Select 'Source File' logical folder
- Press 'File|New File...' menu item
- Select 'C Header File' file and press 'Next' button
==> Wizard offers to create file with old name newfile.h instead of newfile1.h!!!

But If I selected 'newfile.h' file in 'Projects' tab (or other file in this logical folder), then wizard works correctly
Comment 1 Vladimir Voskresensky 2007-12-24 09:56:08 UTC
do you mean 
... instead of instead of newfile1.cc?
Comment 2 Vladimir Voskresensky 2007-12-24 10:06:36 UTC
sorry, misread your original point
Comment 3 Sergey Grinev 2008-02-14 12:30:41 UTC
fixed by http://hg.netbeans.org/main?cmd=changeset;node=f5ae0c2d52fa
Comment 4 soldatov 2008-02-28 09:47:08 UTC
verified in NetBeans IDE Dev (Build 200802270005)