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 194715

Summary: IDE doesn't insert closing > or " in #include
Product: cnd Reporter: soldatov <soldatov>
Component: EditorAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal Keywords: REGRESSION
Priority: P2    
Version: 7.0   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 194652    

Description soldatov 2011-01-26 08:48:04 UTC
2 latest builds cnd.editor.CCEditing.testEditIncludes test fails (http://elif:8080/hudson/view/IDE-tests/job/ss-test-intel-S2-1/lastCompletedBuild/testReport/)

Scenario:
- Type in editor
#include <
or
#include "

in NetBeans 6.9.1 I see in editor:
#include <>
or
#include ""

NetBeans 7.0 doesn't insert closing > or "
Comment 1 Alexander Simon 2011-01-26 08:50:54 UTC
Regression after fixing Bug #194652
Comment 2 Alexander Simon 2011-01-26 08:55:35 UTC
fixed, change set
http://hg.netbeans.org/cnd-main/rev/3d03842c59fd
Comment 3 Quality Engineering 2011-01-27 08:20:00 UTC
Integrated into 'main-golden', will be available in build *201101270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3d03842c59fd
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #194715 IDE doesn't insert closing > or " in #include