ide - IntelliJ - how to prevent from adding an empty space when pasting entire lines? -


having multicursor turned on:

enter image description here

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:

enter image description here

one can notice there empty spaces after every pasted line.

question: how can prevent , make in picture below?

enter image description here

note: occurred same problem when pasting single line, can prevented putting coursor @ beginning of next, filled something, line (var1++; line copied already):

enter image description here

and after hitting ctrl+c:

enter image description here

unfortunately - not work in multicursor mode.


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -