Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

[cmv4] Soft-tab deletion should be multiselection aware #7002

Closed
njx opened this issue Feb 25, 2014 · 2 comments
Closed

[cmv4] Soft-tab deletion should be multiselection aware #7002

njx opened this issue Feb 25, 2014 · 2 comments

Comments

@njx
Copy link

njx commented Feb 25, 2014

  1. Enter the following text in a file:
foo    = bar;
barg   = baz;
fleeb  = foo;
  1. Alt-drag multiple cursors immediately to the left of the three = signs
  2. Backspace

Result: the "b" of "fleeb" is deleted, because the soft-tab code is only looking at one of the selections. The heuristic should look at all the lines.

@njx njx added the cmv4 label Feb 25, 2014
@njx njx self-assigned this Feb 25, 2014
@njx
Copy link
Author

njx commented Feb 25, 2014

Medium priority to me.

@njx
Copy link
Author

njx commented Mar 6, 2014

Fixed, closing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant