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 106138 - variables are not mirrored in navigator
Summary: variables are not mirrored in navigator
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-08 15:36 UTC by Lukasz Grela
Modified: 2009-02-27 14:26 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 Lukasz Grela 2007-06-08 15:36:24 UTC
just paste below code into editor, such variable should be visible in navigator
var ala="klklk";
Comment 1 Daniel Prusa 2007-07-10 13:22:08 UTC
reproducible, a regression, possibly related to issue 105703
Comment 2 Daniel Prusa 2007-07-10 14:57:38 UTC
Fixed.

/cvs/scripting/javascript/src/org/netbeans/modules/languages/javascript/JavaScript.nbs
new revision: 1.43; previous revision: 1.42
Comment 3 Radim Roska 2007-08-07 14:11:54 UTC
VERIFIED