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 257681 - closing parenthesis is not eaten in comment
Summary: closing parenthesis is not eaten in comment
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 8.2
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-22 18:01 UTC by andrey_p
Modified: 2016-06-28 02:26 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 andrey_p 2016-01-22 18:01:48 UTC
type the following letters in the c/c++ code:
// test()
and you get the following result:
// test())

the editor should not either add closing parenthesis when open one is typed, or should eat the closing one when user explicitly types it just as it does in the code
Comment 1 Alexander Simon 2016-06-27 14:34:26 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/4dd83241b75e
Comment 2 Quality Engineering 2016-06-28 02:26:53 UTC
Integrated into 'main-silver', will be available in build *201606280002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4dd83241b75e
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #257681 closing parenthesis is not eaten in comment