mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
Live Templates: proper handling home/end actions with selection in templates
context + add tests for editor actions inside template segments
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
public class A {
|
||||
public static void main(String[] args) {
|
||||
template <caret><selection>myVariable</selection>Value text
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user