Expand Selection on opening curly brace should select the entire block right away #KT-18769 Fixed

This commit is contained in:
Toshiaki Kameyama
2018-04-03 17:57:34 +09:00
committed by Nikolay Krasko
parent 2227d205c7
commit 90be6235f7
7 changed files with 51 additions and 22 deletions
+4
View File
@@ -0,0 +1,4 @@
fun test() {<caret>
f()
g()
}
+4
View File
@@ -0,0 +1,4 @@
fun test() <selection>{<caret>
f()
g()
}</selection>
+4
View File
@@ -0,0 +1,4 @@
fun test() {
f()
g()
}<caret>
+4
View File
@@ -0,0 +1,4 @@
fun test() <selection>{
f()
g()
}</selection><caret>