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 179744

Summary: Editor does not highlight invalidate trigger
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: EditorAssignee: Anton Chechel <manowar>
Status: VERIFIED DUPLICATE    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 130138    

Description Alexandr Scherbatiy 2010-01-21 05:04:04 UTC
NetBeans-JavaFX-Soma:  #122

  Product Version         = NetBeans IDE Dev (Build 201001190201)
(#4d62ab8d1fa1)
  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:
--------------------------------------
var b = 10 on invalidate{ println("invalidate"); }
--------------------------------------

The 'invalidate' keyword is not highlighted
Comment 1 Anton Chechel 2010-03-11 08:39:28 UTC
All syntactical highlighting issues will be automatically fixed in new javafx lexer.

*** This bug has been marked as a duplicate of bug 181573 ***
Comment 2 Alexandr Scherbatiy 2010-03-12 06:43:07 UTC
verified as duplicate.