mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
completion behaviour improvements: * insert generated text into all carets' positions * apply post-completion actions (like parenthesis insertion) to all carets
4 lines
43 B
Java
4 lines
43 B
Java
class Foo {{
|
|
ret<caret>;
|
|
ret<caret>;
|
|
}} |