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 9537 - cpplite needs to recognize the .cxx extension.
Summary: cpplite needs to recognize the .cxx extension.
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: cpplite (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 enhancement (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-09 17:30 UTC by rawlink
Modified: 2001-07-20 20:35 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 rawlink 2001-02-09 17:30:19 UTC
A common(or not so common :-) ) extension for c++ files is 'cxx'.  It would be
nice for that to be added to extension types.  The best fix would be under the
"Tools->Options->Object Types->C/C++ loader" properties to have the ability to
set extensions recognized for C, C++, and header files.
Comment 1 Jan Lahoda 2001-02-13 09:22:59 UTC
For the ".cxx" extension, no problem I will add it.
For the customizable extensions - I think about it (and I am working on it),
but it will take some time.
Comment 2 Jan Lahoda 2001-02-13 12:29:59 UTC
I added "cxx" extension to the "cpplite_makefile" branch and created new
build.
Comment 3 Jan Chalupa 2001-05-05 21:01:58 UTC
Target milestone -> 3.3
Comment 4 Jan Lahoda 2001-05-10 18:55:56 UTC
So, I created C/C++ Options, and they open the possibility to add custom
extension to the list for each of DataObject. (OK, they do much more, but there
is no doc explaining it and it is probably not much clear for the first look).
For changing extensions, you can go to the:
Tools/Options/C/C++ Options/${wanted_file_type}/Extension recognizer/
And there are two arrays of string:
masterExt (Master extensions) - usually editable file
slavesExt (Slaves extensions) - usually file compiled from one above generated