Menu

#28 ctrl+i when one line is selected should not delete it

closed-fixed
None
5
2006-09-21
2006-09-13
lucius
No

when hitting ctrl+i or tab when the current selection
is exactly one line, it will delete this line. it will
indent it correctly if no line is selected, and it will
also indent it when multiple lines are selected, but
not with one line selected.

my suggestion is to make this consistent for all kinds
of selections by indenting the line(s), not deleting.

Discussion

  • Nick Treleaven

    Nick Treleaven - 2006-09-21
    • assigned_to: nobody --> ntrel
    • status: open --> closed-fixed
     
  • Nick Treleaven

    Nick Treleaven - 2006-09-21

    Logged In: YES
    user_id=1268692

    Thanks for reporting; fixed now.

    2006-09-21 Nick Treleaven <nick.treleaven@btinternet.com>

    * src/callbacks.c src/sciwrappers.c:
    Prevent a partial selection on a line being deleted when
    using
    CTRL-I to indent; also improve CTRL-Shift-I unindenting.
    Closes
    #1557963.

     

Log in to post a comment.