And a similar example from HQL injected in to Java:
Query q4 = session.createQuery("from User user order by user.lastName asc, user.firstName asc");
First Ctrl-Shift-F7 highlights all 3 "user" tokens
Second Ctrl-Shift-F7 removes highlighting from second and third "user" token, but not from the first.
In addition, IDEA-15507 (similar Ctrl-Shift-F7 problem with JavaScript injected in HTML) is probably a duplicate of this.
Taras Tielkes - 11 Oct 07 15:29 And a similar example from HQL injected in to Java:
Query q4 = session.createQuery("from User user order by user.lastName asc, user.firstName asc");
First Ctrl-Shift-F7 highlights all 3 "user" tokens
Second Ctrl-Shift-F7 removes highlighting from second and third "user" token, but not from the first.
In addition, IDEA-15507 (similar Ctrl-Shift-F7 problem with JavaScript injected in HTML) is probably a duplicate of this.
Query q4 = session.createQuery("from User user order by user.lastName asc, user.firstName asc");First Ctrl-Shift-F7 highlights all 3 "user" tokens
Second Ctrl-Shift-F7 removes highlighting from second and third "user" token, but not from the first.
In addition,
IDEA-15507(similar Ctrl-Shift-F7 problem with JavaScript injected in HTML) is probably a duplicate of this.