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

Summary: Exclude classes directly from a code completion list
Product: java Reporter: Dusan Balek <dbalek>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal Keywords: API, API_REVIEW_FAST
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Proposed SPI change

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.