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 - subfolders missing from completion list
Summary: subfolders missing from completion list
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on: 136056
Blocks:
  Show dependency tree
 
Reported: 2008-05-27 20:44 UTC by Lark Fitzgerald
Modified: 2008-07-09 11:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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