KT-5896 Select Word should always have step for selecting the content of string literal

#KT-5896 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-12-15 21:04:27 -07:00
parent 01b70cfe8e
commit 7893b1d83f
23 changed files with 77 additions and 3 deletions
@@ -0,0 +1 @@
val v = "aaa ${<caret>x + y} bbb"
@@ -0,0 +1 @@
val v = "aaa ${<selection><caret>x</selection> + y} bbb"
@@ -0,0 +1 @@
val v = "aaa ${<selection><caret>x + y</selection>} bbb"
@@ -0,0 +1 @@
val v = "aaa <selection>${<caret>x + y}</selection> bbb"
@@ -0,0 +1 @@
val v = "<selection>aaa ${<caret>x + y} bbb</selection>"
@@ -0,0 +1 @@
val v = <selection>"aaa ${<caret>x + y} bbb"</selection>