You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Perhaps this is to be expected, but it's not what I expected.
To reproduce:
Have at least one cursor in the middle of a line
Add a cursor at the beginning of the line
Press tab
Four spaces added appropriately in the middles of the lines and at the beginning of a line
Press the left arrow key
All of the cursors are now back where they were with the 4 spaces following
Press tab
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.
Perhaps this is to be expected, but it's not what I expected.
To reproduce:
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.