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 130580

Summary: Highlighting of Calls
Product: javafx Reporter: David Strupl <dstrupl>
Component: EditorAssignee: Anton Chechel <manowar>
Status: VERIFIED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/JavaFXEditorFeatureListM2
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 130138    

Description David Strupl 2008-03-19 22:23:22 UTC
Highlighting of Calls
Comment 1 Jiri Prox 2008-04-11 00:30:48 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 2 Jiri Prox 2008-04-11 09:10:53 UTC
restoring original TM, sorry for any inconvenience
Comment 3 David Strupl 2008-04-14 14:47:53 UTC
Reopenning after jiriprox's action.
Comment 4 Anton Chechel 2008-04-21 16:46:45 UTC
There is no calls highlighting required. Or please determine it more explicitly.
Comment 5 Alexandr Scherbatiy 2008-06-06 12:11:25 UTC
-----------------------------------------------
function sqr(x:Number): Number{
    return x * x;
}

var s = sqr(19);
-----------------------------------------------

Function call should be highlighted.
Comment 6 Anton Chechel 2008-06-06 12:39:35 UTC
It is mark occurrences, not highlighting. Working on it.
Comment 7 Anton Chechel 2008-06-18 16:59:11 UTC
Function declaration is highlighted. Function call should not be. (Static highlighted by italic font)
Comment 8 Alexandr Scherbatiy 2008-07-07 09:43:36 UTC
verified