KT-6582 "Expand selection" in string literal should select word in string

#KT-6582 fixed
This commit is contained in:
Evgeny Gerashchenko
2015-01-22 17:35:53 +03:00
parent 0159f95111
commit 6ffe49f1d2
9 changed files with 17 additions and 3 deletions
@@ -0,0 +1,3 @@
fun main(args: Array<String>) {
println("<caret>foo bar")
}
@@ -0,0 +1,3 @@
fun main(args: Array<String>) {
println("<selection><caret>foo</selection> bar")
}
@@ -0,0 +1,3 @@
fun main(args: Array<String>) {
println("<selection><caret>foo bar</selection>")
}
@@ -0,0 +1,3 @@
fun main(args: Array<String>) {
println(<selection>"<caret>foo bar"</selection>)
}