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 247764 - Easy way in order to choose default C/C++/Fortran standard
Summary: Easy way in order to choose default C/C++/Fortran standard
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-07 12:08 UTC by soldatov
Modified: 2014-11-07 03:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2014-10-07 12:08:47 UTC
Now some users uses C++11 features every day. And I see such usability problems:
1) Default (old) C++ standard in new projects ==> from users we expects extra steps
2) wrong syntax highlighting if C++11 file is excluded from project (code assistance) ==> Workaround: Special -J-D flags has been added if user expects valid C++11 syntax highlighting in 'Open File', Dbxtool cases.

Possible solution: Add default C/C++/Fortran standard to Options|C/C++|Other tab
Comment 1 Alexander Simon 2014-10-17 14:17:42 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/2753e9cc29b3
Comment 2 Quality Engineering 2014-10-18 05:10:32 UTC
Integrated into 'main-silver', will be available in build *201410180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2753e9cc29b3
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #247764 Easy way in order to choose default C/C++/Fortran standard
Comment 3 Alexander Simon 2014-10-21 11:34:40 UTC
Support standard in standalone file properties, change set:
http://hg.netbeans.org/cnd-main/rev/72521f873b0b
Comment 4 Quality Engineering 2014-10-29 11:40:39 UTC
Integrated into 'main-silver', will be available in build *201410290913* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/44d7b9d48361
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #247764 Easy way in order to choose default C/C++/Fortran standard
- change standard in already opened standalone files
Comment 5 Quality Engineering 2014-11-07 03:50:19 UTC
Integrated into 'main-silver', will be available in build *201411070002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/72521f873b0b
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #247764 Easy way in order to choose default C/C++/Fortran standard
- support standard in standalone file properties