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 107204

Summary: Popup CC automatically for constructors
Product: java Reporter: jrojcek <jrojcek>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: blocker CC: sdedic
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 88714    

Description jrojcek 2007-06-19 13:52:42 UTC
If I complete Dimension using code completion and get to this point...
 
   p.setPreferredSize(new Dimension|);

...it should maybe show up the completion window again automatically and offer *constructors* as preferred items.
Comment 1 Svata Dedic 2013-11-20 15:04:42 UTC
Works for a long time already.