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 163776 - Code completion does not suggest 'bind' keyword for variabloes
Summary: Code completion does not suggest 'bind' keyword for variabloes
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks: 154422
  Show dependency tree
 
Reported: 2009-04-27 14:49 UTC by Alexandr Scherbatiy
Modified: 2011-05-16 13:49 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-04-27 14:49:45 UTC
Steps to reproduce:

- Type in the editor:
---------------------------------------
var a = 10;

var b = bi
---------------------------------------
- Press <Ctrl+Space>
 The 'bind' keyword in not suggested: var b = bind a + 5;
Comment 1 Alexandr Scherbatiy 2009-04-27 14:50:23 UTC
marina-netbeans-plugin: #99

  Product Version         = NetBeans IDE 6.5.1 (Build 200903060201)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_12-ea; Java HotSpot(TM) Client VM 11.2-b01; Sun Microsystems Inc.
Comment 2 Petr Nejedly 2009-09-18 13:40:41 UTC
Honza is working on bigger rewrite of keywords completion. It should go into 6.8
Comment 3 Petr Nejedly 2010-09-24 11:44:52 UTC
Reassigning javafx bugs to Adam.
Comment 4 David Strupl 2011-05-16 13:49:22 UTC
Closing all bugs filed against JavaFX 1.x as wontfix. We will support JavaFX 2.0 - please keep opened only bugs against the new release. Thanks.