mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 11:18:16 +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
@@ -0,0 +1,8 @@
|
||||
class Test {
|
||||
void test() {
|
||||
int i = 1;
|
||||
String sql = STR.<selection>"""
|
||||
select * from customer \{i}
|
||||
"""<caret></selection>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user