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 153391 - Code completion does not work for Java Enum classes
Summary: Code completion does not work for Java Enum classes
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks: 154422
  Show dependency tree
 
Reported: 2008-11-18 14:52 UTC by Alexandr Scherbatiy
Modified: 2009-09-04 13:02 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 2008-11-18 14:52:34 UTC
JavaFX_NB_Plugin_NB65_daily: #369  2008-11-18_02-01-09.zip 

  Product Version         = NetBeans IDE 6.5 (Build 200811100001)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_11; Java HotSpot(TM) Client VM 11.0-b16; Sun Microsystems Inc.


Steps to reproduce:

- Create a JavaFX Script file:
---------------------------------------------
import javafx.scene.input.MouseButton;

var button: MouseButton;
button = MouseButton.
---------------------------------------------

- Place cursor after 'button = MouseButton.' and press <Ctrl+Space>
'No Suggestions' message appears.
Comment 1 Petr Nejedly 2009-09-02 12:37:25 UTC
http://hg.netbeans.org/javafx/rev/23294cec5a5b
Comment 2 Alexandr Scherbatiy 2009-09-04 13:02:25 UTC
Wow! It works now.