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 171802 - Code completion does not work for the JavaFX class constants
Summary: Code completion does not work for the JavaFX class constants
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-09 11:41 UTC by Alexandr Scherbatiy
Modified: 2009-09-21 08:26 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 Alexandr Scherbatiy 2009-09-09 11:41:33 UTC
netbeans-trunk-nightly-200909081533-javafx-full.zip 

  Product Version         = NetBeans IDE Dev (Build 200909071948) (#d74394f17bf9)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02; Sun Microsystems Inc.


Steps to reproduce:

- Copy the code to the editor:
-------------------------------------------------
import javafx.scene.shape.Arc;
import javafx.scene.shape.ArcType;


Arc {
    type: ArcType.OPEN
}

-------------------------------------------------

- Position cursor after 'ArcType.' class
- Press <Ctrl+Space>
  No suggestions
Comment 1 Petr Nejedly 2009-09-18 13:36:27 UTC
Well, I have actually fixed this some time ago:
http://hg.netbeans.org/javafx/rev/23294cec5a5b
and it works for me now. Maybe the NetBeans build of javafx was lagging behind?
Comment 2 Alexandr Scherbatiy 2009-09-21 08:26:20 UTC
verified in netbeans-trunk-nightly-200909201401-javafx-full.zip