KT-5896 Select Word should always have step for selecting the content of string literal
#KT-5896 Fixed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
val v = "aaa $<caret>x bbb"
|
||||
@@ -0,0 +1 @@
|
||||
val v = "aaa $<selection><caret>x</selection> bbb"
|
||||
@@ -0,0 +1 @@
|
||||
val v = "aaa <selection>$<caret>x</selection> bbb"
|
||||
@@ -0,0 +1 @@
|
||||
val v = "<selection>aaa $<caret>x bbb</selection>"
|
||||
@@ -0,0 +1 @@
|
||||
val v = <selection>"aaa $<caret>x bbb"</selection>
|
||||
Reference in New Issue
Block a user