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

[cmv4] Odd indent behavior with multiple cursors #7022

@dangoor

Description

@dangoor

Perhaps this is to be expected, but it's not what I expected.

To reproduce:

  1. Have at least one cursor in the middle of a line
  2. Add a cursor at the beginning of the line
  3. Press tab
  4. Four spaces added appropriately in the middles of the lines and at the beginning of a line
  5. Press the left arrow key
  6. All of the cursors are now back where they were with the 4 spaces following
  7. Press tab
  8. The two middle of the line cursors have no change, the cursor at the beginning of a line has the indentation removed

The beginning of the line behavior is consistent with pressing the tab key in the single select case. The middle of the line behavior is different because in the single select case another four spaces would be added.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions