mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 20:39:40 +07:00
surround with runnable: clear selection before template start (IDEA-75887)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Test {
|
||||
void foo() {
|
||||
<selection><caret>// This is comment"
|
||||
int i = 1;</selection>
|
||||
}
|
||||
int i = 1;
|
||||
</selection> }
|
||||
}
|
||||
Reference in New Issue
Block a user