mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
fix multi-caret completion issues, make TypedHandlers supporting block selection work also with multiple carets (IDEA-80056)
This commit is contained in:
@@ -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>)
|
||||
}}
|
||||
Reference in New Issue
Block a user