You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice plugin! It almost works like in Eclipse, but there's one annoying difference:
When you set the caret to the beginning of a line, press Shift+Down to select select multiple lines, and then use the Duplicate Lines actions, then your plugin also copies the unselected line after the selection (where the caret is). In Eclipse, the caret line is not copied in this case. It would be nice if this plugin could behave the same way.
aaa Selected
lines
| <- caret here, but nothing on this line is selected -> this line should not be duplicated
The text was updated successfully, but these errors were encountered:
The mentioned request would be very helpfull because it was also done in that way in NetBeans etc. and the current behavior quickly leads to an error in the code if you are not careful.
Also the action "Move line up/down" works in this way.
Nice plugin! It almost works like in Eclipse, but there's one annoying difference:
When you set the caret to the beginning of a line, press Shift+Down to select select multiple lines, and then use the Duplicate Lines actions, then your plugin also copies the unselected line after the selection (where the caret is). In Eclipse, the caret line is not copied in this case. It would be nice if this plugin could behave the same way.
aaa
Selected
lines
| <- caret here, but nothing on this line is selected -> this line should not be duplicated
The text was updated successfully, but these errors were encountered: