mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-80056 Column selection mode improvement
completion behaviour improvements: * insert generated text into all carets' positions * apply post-completion actions (like parenthesis insertion) to all carets
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class Foo {{
|
||||
System.out.ap<caret>
|
||||
System.out.ap<caret>
|
||||
}}
|
||||
Reference in New Issue
Block a user