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 251233 - Improve project wizard to allow specify C/C++ standard
Summary: Improve project wizard to allow specify C/C++ standard
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-17 12:09 UTC by Vladimir Voskresensky
Modified: 2015-03-18 03:29 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 Vladimir Voskresensky 2015-03-17 12:09:39 UTC
Now, when project is created user can choose between C or C++ type of main file.
It would be great to have a way to choose c++ flavor for project as well.
Comment 1 soldatov 2015-03-17 12:12:50 UTC
Fortran too (http://forums.netbeans.org/topic62216.html)
Comment 2 Alexander Simon 2015-03-17 14:48:17 UTC
fixed for C/C++
http://hg.netbeans.org/cnd-main/rev/7a3f7cd5f9c1

IDE does nothing know about Fortran's standards.
If you really want to support Fortran standard, please file separate bug (and describe your expectations and IDE behavior for different tool collections).
Comment 3 soldatov 2015-03-17 14:55:19 UTC
(In reply to Alexander Simon from comment #2)
> fixed for C/C++
> http://hg.netbeans.org/cnd-main/rev/7a3f7cd5f9c1
> 
> IDE does nothing know about Fortran's standards.
> If you really want to support Fortran standard, please file separate bug
> (and describe your expectations and IDE behavior for different tool
> collections).
Ok. https://netbeans.org/bugzilla/show_bug.cgi?id=248773 already exists.
Comment 4 Quality Engineering 2015-03-18 03:29:05 UTC
Integrated into 'main-silver', will be available in build *201503180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7a3f7cd5f9c1
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #251233 Improve project wizard to allow specify C/C++/Fortran standard