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 236313 - Exclude classes directly from a code completion list
Summary: Exclude classes directly from a code completion list
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2013-09-24 09:27 UTC by Dusan Balek
Modified: 2013-09-27 02:10 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Proposed SPI change (27.35 KB, patch)
2013-09-24 09:42 UTC, Dusan Balek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dusan Balek 2013-09-24 09:27:37 UTC
Enhance the code completion UI to allow for excluding classes directly from the code completion list.
Comment 1 Dusan Balek 2013-09-24 09:41:21 UTC
Small enhancement to the Code Completion SPI is needed to allow for completion items having possible sub-items.
Comment 2 Dusan Balek 2013-09-24 09:42:02 UTC
Created attachment 140409 [details]
Proposed SPI change
Comment 3 Dusan Balek 2013-09-25 07:16:08 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/49a85164cd34
Comment 4 Quality Engineering 2013-09-27 02:10:30 UTC
Integrated into 'main-silver', will be available in build *201309270002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/49a85164cd34
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #236313: Exclude classes directly from a code completion list - fixed.