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 122352 - Wizard should have option to create a new .h file with new .cc / .c files
Summary: Wizard should have option to create a new .h file with new .cc / .c files
Status: RESOLVED DUPLICATE of bug 262155
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-20 08:24 UTC by mahyar
Modified: 2016-05-24 10:37 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mahyar 2007-11-20 08:24:58 UTC
When your creating a new c++ or c file, there should be a checkbox when your creating one to "automatically generate a
 .h file with the same name" with the new c++ file.  It should also be able to tell which kind of header you want (a c 
header or a c++ header) based on the type of file your creating.
Comment 1 Alexander Simon 2016-05-24 10:37:08 UTC
C++ already has a template (C++ Class) that creates c++ file and header.
Template "C Source and Header File" was fixed in bug #262155.

*** This bug has been marked as a duplicate of bug 262155 ***