mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-19 09:08:32 +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 <caret>myVariableValue text
|
|
}
|
|
} |