brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

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

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by njx Tuesday Feb 25, 2014 at 02:01 GMT Originally opened as https://github.com/adobe/brackets/issues/7002


  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.

core-ai-bot commented 3 years ago

Comment by njx Tuesday Feb 25, 2014 at 02:01 GMT


Medium priority to me.

core-ai-bot commented 3 years ago

Comment by njx Thursday Mar 06, 2014 at 19:29 GMT


Fixed, closing.