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 - Can't put .cpp and .h files in different directories with "Create Class"
Summary: Can't put .cpp and .h files in different directories with "Create Class"
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
: 155990 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-12-31 14:34 UTC by voidmain
Modified: 2009-02-19 20:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
new class wizard (25.43 KB, image/png)
2009-01-14 16:57 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
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"