Menu

#1861 Caret pos after rectagular select, regression

Bug
closed-fixed
5
2016-10-16
2016-09-12
jvalkon
No

I noticed that issue [#853] has reappeared with SciTE release 360 and later.
So, with a rectangular selection active, pressing left of right cursor positions the caret 1 character before and 1 after the previous selected rectangle.
Whereas with a normal selection (single or multi-line) the caret is placed right at the start or end of the previous selected part.

Tested with SciTE on win32.
This behaviour was reintroduced with SciTE version 3.6.0.
Version 3.5.7 and before were ok.

Related

Bugs: #853

Discussion

  • Neil Hodgson

    Neil Hodgson - 2016-09-12
    • labels: --> scintilla, cursor
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,4 @@
    -I noticed that issue #853 has reappeared with SciTE release 360 and later.
    +I noticed that issue [#853] has reappeared with SciTE release 360 and later.
     So, with a rectangular selection active, pressing left of right cursor positions the caret 1 character before and 1 after the previous selected rectangle.
     Whereas with a normal selection (single or multi-line) the caret is placed right at the start or end of the previous selected part.
    
    • assigned_to: Neil Hodgson
     

    Related

    Bugs: #853

  • Neil Hodgson

    Neil Hodgson - 2016-09-12

    [#853] is about top versus bottom of the selection, not 1 character before or after.

     

    Related

    Bugs: #853

  • Neil Hodgson

    Neil Hodgson - 2016-09-19
    • status: open --> open-fixed
     
  • Neil Hodgson

    Neil Hodgson - 2016-09-19

    Fixed with [cd31f2].

     

    Related

    Commit: [cd31f2]

  • Neil Hodgson

    Neil Hodgson - 2016-10-16
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.