ide - IntelliJ - how to prevent from adding an empty space when pasting entire lines? -
having multicursor turned on:
when use copy/cut (latter, in example) shortcut, without lines selected (just blinking cursor), copy/cut entire lines. after hitting ctrl+x , ctrl+v in method:
one can notice there empty spaces after every pasted line.
question: how can prevent , make in picture below?
note: occurred same problem when pasting single line, can prevented putting coursor @ beginning of next, filled something, line (var1++; line copied already):
and after hitting ctrl+c:
unfortunately - not work in multicursor mode.





Comments
Post a Comment