Better caret position after Insert curly braces around variable (KT-28739)

Introduce helper class and move caret to it's original position.

 #KT-28739 Fixed
This commit is contained in:
Nikolay Krasko
2018-12-10 18:15:25 +03:00
parent 44a36e70ec
commit 5fb90a8a81
11 changed files with 97 additions and 7 deletions
@@ -0,0 +1,2 @@
val test = "some"
val other = "text $te<caret>st text"