mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-21 16:57:08 +07:00
ebf79c6dfb
context + add tests for editor actions inside template segments
5 lines
106 B
Java
5 lines
106 B
Java
public class A {
|
|
public static void main(String[] args) {
|
|
template myVariableValue text<caret>
|
|
}
|
|
} |