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 237147 - C++ popup on { is way too helpful
Summary: C++ popup on { is way too helpful
Status: RESOLVED DUPLICATE of bug 236541
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 8.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-15 17:22 UTC by tbrunhoff
Modified: 2013-10-15 20:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
unhelpful popup (102.55 KB, image/png)
2013-10-15 17:22 UTC, tbrunhoff
Details
Snapshot of unhelpful popup following semicolon. (103.60 KB, image/png)
2013-10-15 17:56 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2013-10-15 17:22:06 UTC
Created attachment 141104 [details]
unhelpful popup

Sometime between 201308152300 and 201310070001, a new feature has been introduced which is alot like the extra-helpful paper clip in MS Word... irritating. And wrong.

When I type
    class Name {
I get a popup with all of the available classes.
 (a) a class name is never appropriate following the left brace
 (b) previous versions correctly did nothing except provide the closing brace on return.
 (c) this changes the interface, so that if I do what I have done since version 6.4 or so, I get a syntactically incorrect insertion like,
    class Name {AsyncIOStruct



Product Version: NetBeans IDE Dev (Build 201310070001)
Updates: Updates available
Java: 1.7.0_25; Java HotSpot(TM) Client VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b15
System: Linux version 3.6.11-4.fc16.x86_64 running on i386; UTF-8; en_US (nb)
User directory: /home/toddb/.netbeans/dev
Cache directory: /home/toddb/.cache/netbeans/dev
Comment 1 tbrunhoff 2013-10-15 17:56:39 UTC
Created attachment 141105 [details]
Snapshot of unhelpful popup following semicolon.

As well as following a ;

It is not helpful.
Comment 2 Alexander Simon 2013-10-15 20:02:46 UTC

*** This bug has been marked as a duplicate of bug 236541 ***