History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-19137
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Assignee: Maxim Mossienko
Reporter: Bas Leijdekkers
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

first use of implicitly defined javascript variable not highlighted by Highlight Usages in File

Created: 14 Aug 08 16:26   Updated: 21 Oct 08 20:16
Component/s: JavaScript, Find, Replace, Find Usages

Issue Links:
Duplicate
This issue duplicates:
IDEADEV-32422 JavaScript: Find Usages of non-standa... Normal Resolved
 

Build: 8,712
Severity: Medium


 Description  « Hide
The first use of implicitly defined variables in javascript are not highlighted by Highlight Usages in File (Ctrl+Shift+F7). For example in the following code the first use of variable s is not highlighted.
s = "Hello world!"
alert(s);


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.