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 251624 - "New Project" wizard doesn't create C++11 project in Full Remote mode
Summary: "New Project" wizard doesn't create C++11 project in Full Remote mode
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-03 11:34 UTC by soldatov
Modified: 2015-04-04 05:16 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 2015-04-03 11:34:58 UTC
Scenario:
- Add remote host
- Push View|Toolbars|Remote main menu item
- Select remote host in "Select Default Host" combo box
- Push "Create Remote C/C++ Project" button on toolbar
- Select C/C++ > C/C++ Application  and press Next
- Select C++11 and press Finish button
- Check Project Properties window
- Check Build|C++ Compiler|C++ Standard field
==> Expected: C++11, Real: <Default>
Editor doesn't recognize C++11 keywords too.
Comment 1 Alexander Simon 2015-04-03 12:42:56 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/a44aaad721e2
Comment 2 Quality Engineering 2015-04-04 05:16:43 UTC
Integrated into 'main-silver', will be available in build *201504040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/40c77e0201f0
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #251624 "New Project" wizard doesn't create C++11 project in Full Remote mode