Community
Participate
Working Groups
Created attachment 256727 [details] Example of the problem Consider the following snippet: /** ff in a comment */function f(){} function g() {return {ff: f}} g().ff(); If you place the caret in 'ff' in the last g().ff() call expression and use the References > Project command, you get results similar to the attached screenshot (for the file containing the above snippet). The problem is: 1. all of the matches are marked for each entry 2. clicking on any of the entries only ever selects 'ff' in the comment I would expect each entry to only bold the specific match, and that each one would link to a specific match (not just the first one).
The new grouped view is working as expected, but the file layout is still messed up, with each line still showing all matches highlighted, instead of just the one the match is referring to.
bug 480332 has fix approach. *** This bug has been marked as a duplicate of bug 480332 ***