fix multi-caret completion issues, make TypedHandlers supporting block selection work also with multiple carets (IDEA-80056)

This commit is contained in:
Dmitry Batrak
2014-02-27 19:03:00 +04:00
parent a3258e2d47
commit 399fdef08e
10 changed files with 163 additions and 37 deletions
@@ -0,0 +1,4 @@
class Foo {{
System.out.p<caret>
System.out.p<caret>
}}
@@ -0,0 +1,4 @@
class Foo {{
System.out.append(<caret>)
System.out.append(<caret>)
}}