It does explain the bug, but this is no news. This has been reported a number of times before. It would have been better to add your report to the previously posts about it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you mean to say that CTRL+SHIFT+DOWN (only DOWN) stops at an empty line, you are right... But you may find yourself wondering why you report this bug, as "so many" have done this before.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the bug is
with a docuemnt like this:
"
line one
line two
line four
line five
"
say you want to move line one to after line four... So you put your cursor on line one and press Crtl+Shift+Down 3 times... this is the unexpected result:
"
line two
line one
line four
line five
"
because it screws up and starts moving the blank line when you reach it, instead of continuing to move line one.
If that doesn't explain the bug than let me know and I'll figure a way to be more specific.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
BUG - using CTRL+SHIFT+(UP or DOWN)
Notepad loose the line when i use CTRL+SHIFT+(UP or DOWN) to move current line to anoter position.
That is the good and interesting feature.
FEATURE REQUEST:
move a selecion of lines with CTRL+SHIFT+(UP or DOWN)
Thank You for the great tool.
It does explain the bug, but this is no news. This has been reported a number of times before. It would have been better to add your report to the previously posts about it.
this is a great idea... i've found myself wishing this would work several times today alone.
What exactly is being reported as a BUG here???
If you mean to say that CTRL+SHIFT+DOWN (only DOWN) stops at an empty line, you are right... But you may find yourself wondering why you report this bug, as "so many" have done this before.
the bug is
with a docuemnt like this:
"
line one
line two
line four
line five
"
say you want to move line one to after line four... So you put your cursor on line one and press Crtl+Shift+Down 3 times... this is the unexpected result:
"
line two
line one
line four
line five
"
because it screws up and starts moving the blank line when you reach it, instead of continuing to move line one.
If that doesn't explain the bug than let me know and I'll figure a way to be more specific.