mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
Java: fix selection behaviour for String Templates (IDEA-333906)
GitOrigin-RevId: 0727e9c5b4a56d752bc38d7fc6fa22ca676dd9ba
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8925dcb722
commit
2ebaab02d1
@@ -0,0 +1,11 @@
|
||||
class StringTemplate1 {
|
||||
|
||||
String x(int i) {
|
||||
return STR.<selection>"""
|
||||
one <caret>two
|
||||
three \{i}
|
||||
four five six \{i}
|
||||
seven eight nine
|
||||
"""</selection>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user