mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
[lang] SelectWordHandler: prefer element on the left if we are at the end of existing selection
Fixes IDEA-339055 `Extend selection` doesn't select qualifier of string templates properly GitOrigin-RevId: 5008dfa9a1f448feda4c588362bde4e16fe6a810
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e663f8c86f
commit
c419f8d3cc
@@ -210,6 +210,7 @@ public abstract class AbstractBasicJavaSelectWordTest extends SelectWordTestBase
|
||||
public void testStringTemplate4() { doTest("java"); }
|
||||
public void testStringTemplate5() { doTest("java"); }
|
||||
public void testStringTemplate6() { doTest("java"); }
|
||||
public void testStringTemplate7() { doTest("java"); }
|
||||
|
||||
public void testLineComments() { doTest("java"); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user