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 135936

Summary: subfolders missing from completion list
Product: javafx Reporter: Lark Fitzgerald <lfitzgerald>
Component: EditorAssignee: David Strupl <dstrupl>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 136056    
Bug Blocks:    

Description Lark Fitzgerald 2008-05-27 20:44:32 UTC
Product Version: NetBeans IDE Dev (Build 200805270004)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Windows Vista version 6.0 running on x86; Cp1252; en_US
fx trunk plugin: 574

1. type:
import javafx.gui.*;
2. position cursor between .*
3. press ctrl+space

the .gui. package has a effect subpackages, and the effect subpackage has a light subpackage.  The folder entries for 
these are missing from the menu.  If you try java.awt.Point; the .awt. package has several sub packages that show up 
as folders (ie color, datatransfer, etc).
Comment 1 David Strupl 2008-06-09 14:46:43 UTC
For this to work the issue #136056 must be implemented first.
Comment 2 David Strupl 2008-07-08 13:54:13 UTC
After 835:1353c6a4aa3d this should be completely fixed. It should work also if you type e.g.:

import javafx.sc*

and similar (non finished imports).
Comment 3 Alexandr Scherbatiy 2008-07-09 11:35:23 UTC
verified