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 - IDE doesn't insert closing > or " in #include
Summary: IDE doesn't insert closing > or " in #include
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords: REGRESSION
Depends on:
Blocks: 194652
  Show dependency tree
 
Reported: 2011-01-26 08:48 UTC by soldatov
Modified: 2011-01-27 08:20 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 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