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

Summary: Code completion does not suggest 'bind' keyword for variabloes
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: EditorAssignee: Adam Sotona <asotona>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 154422    

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.