surround with runnable: clear selection before template start (IDEA-75887)

This commit is contained in:
anna
2011-10-26 18:11:44 +02:00
parent 83589e4a3f
commit 7c88731a49
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
class Test {
void foo() {
<selection><caret>// This is comment"
int i = 1;</selection>
}
int i = 1;
</selection> }
}