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 252019

Summary: Mark coccurrences doesn't mark a function
Product: javascript Reporter: Petr Pisl <ppisl>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 252017    

Description Petr Pisl 2015-04-23 13:01:58 UTC
Have a simple case:

var fn = function FnName(){       // <-- put cursor at fn word. 
    console.log("running... ");
};

fn();

fn identifier is not marked if you place caret at var f|n.
Comment 1 Petr Pisl 2015-05-21 13:10:03 UTC
This I fixed last week. Added test for it.
Comment 2 Quality Engineering 2015-05-22 02:56:38 UTC
Integrated into 'main-silver', will be available in build *201505220001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b10dcd745225
User: Petr Pisl <ppisl@netbeans.org>
Log: #252019 - Mark coccurrences doesn't mark a function