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 22666

Summary: [completion] UI of auto completion in "import" line
Product: editor Reporter: pepperpusher <pepperpusher>
Component: Completion & TemplatesAssignee: issues@editor <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 152194    

Description pepperpusher 2002-04-22 17:45:35 UTC
UI doesn't function as smooth as JBuilder's.
type import[space] - popup appears, select with arrows & 
press enter. The auto-completion module should check 
whether the last one is a package or class. If package it 
should add "." right after it and open the next popup, if 
class then add ";".
Comment 1 Jan Chalupa 2002-04-22 18:41:23 UTC
Sounds like a request for enhancement to me, not an actual defect.
Comment 2 pepperpusher 2002-06-18 11:10:00 UTC
Whatever, don't be a politician, just do it. bythe time you read this
you could have fixed it, excuse me, enhanced it...

Comment 3 Marek Grummich 2002-07-22 09:55:53 UTC
Set target milestone to TBD
Comment 4 Marek Grummich 2002-07-22 09:58:36 UTC
Set target milestone to TBD
Comment 5 psuk 2004-03-23 19:15:50 UTC
Changing subcomponent to "code completion"

Comment 6 Milan Kubec 2005-06-15 11:29:22 UTC
Having import CC adding '.' after adding package would be very nice feature.
Comment 7 Milan Kubec 2005-06-15 11:31:25 UTC
*** Issue 51603 has been marked as a duplicate of this issue. ***
Comment 8 Quality Engineering 2008-10-22 05:01:48 UTC
Integrated into 'main-golden', will be available in build *200810220201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5e7b18d8ace0
User: Dusan Balek <dbalek@netbeans.org>
Log: Minor modification - code completion adds dot after package names - see issue #22666.
Comment 9 Dusan Balek 2009-05-12 09:49:10 UTC
Already implemented.