Menu

BUG - using CTRL+SHIFT+(UP or DOWN)

2007-07-27
2012-11-13
  • Nobody/Anonymous

    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.

     
    • Nobody/Anonymous

      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.

       
    • John Bowman

      John Bowman - 2007-07-27

      this is a great idea...   i've found myself wishing this would work several times today alone.

       
    • Nobody/Anonymous

      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.

       
      • John Bowman

        John Bowman - 2007-07-27

        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.