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 156196

Summary: Can't put .cpp and .h files in different directories with "Create Class"
Product: cnd Reporter: voidmain <voidmain>
Component: -- Other --Assignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: new class wizard

Description voidmain 2008-12-31 14:34:15 UTC
When using the "Create Class" dialog, you can't separate header and source files. This is usually what you want to do in
libraries and it would be nice to have this added. This sorta goes to issue 121295 because it would be nice if you could
identify the source and header directories for the project. This would mean that you wouldn't need to constantly be
managing the "Project" view and it would also mean that the "Create Class" dialog would be able to figure out where to
place the files correctly.
Comment 1 Alexander Simon 2009-01-11 16:39:16 UTC
*** Issue 155990 has been marked as a duplicate of this issue. ***
Comment 2 Alexander Simon 2009-01-14 16:54:20 UTC
fixed, change set:
http://hg.netbeans.org/main/rev/6f843ae175f7
Comment 3 Alexander Simon 2009-01-14 16:57:27 UTC
Created attachment 75835 [details]
new class wizard
Comment 4 Quality Engineering 2009-01-16 07:30:36 UTC
Integrated into 'main-golden', will be available in build *200901160201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/cf310e4fd27d
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed IZ#156196:Can't put .cpp and .h files in different directories with "Create Class"