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 137500 - Select current value in the completion list
Summary: Select current value in the completion list
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks: 154422
  Show dependency tree
 
Reported: 2008-06-17 22:08 UTC by Lark Fitzgerald
Modified: 2011-04-11 09:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lark Fitzgerald 2008-06-17 22:08:11 UTC
Product Version: NetBeans IDE 6.1 (Build 200804211638)
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 (nb)
fx NB61 nighly plugin: 269

1. using a statement like:
Color.BLACK
2. put cursor before B
3. press ctrl+space
You see a list of colors

I expected BLACK to be selected in the list.
Comment 1 David Strupl 2008-07-15 09:39:19 UTC
Re-planning this for "future".
Comment 2 Martin Krauskopf 2009-09-03 13:50:24 UTC
Umm, looks strange to me. When you have "Color.BLA|CK" (| - cursor) and moving left and right, having completion list
shown, I see the behaviour quite intuitive. And this is how all other languages in NetBeans behaves, so let's keep the
common behaviour.
Comment 3 Alexandr Scherbatiy 2009-09-04 12:15:53 UTC
Moving the issue to the enhancement.

Probably it should be related to the NetBeans code completion list.

- Create a JavaFX project
- Copy the code to the editor
-----------------------------------
import javafx.scene.paint.Color;

Color.BLACK
-----------------------------------
- Position cursor after 'Color.'
- Press <Ctrl+Space>
ALICEBLUE item is selected in the list instead of the BLACK (current color)


Comment 4 Anton Chechel 2011-04-11 09:12:15 UTC
Since Oracle has discontinued further development of JavaFX Script, JavaFX support has been temporarily removed from NetBeans 7.0.

http://wiki.netbeans.org/NewAndNoteworthyNB70#JavaFX