Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column selection mode: shift selection and move should start from current position #91460

Closed
octref opened this issue Feb 25, 2020 · 0 comments
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-columnselect Editor column selection issues verified Verification succeeded
Milestone

Comments

@octref
Copy link
Contributor

octref commented Feb 25, 2020

Testing #91249:

Let's say I have:

foo|bar

When I do:

  • Cmd + Shift + Right
  • It selects bar
  • Shift + Left
  • It selects ba, with cursor in fooba|r

Now do this in column selection mode, the selection is o 馃悰

If I only do Shift + Left/Right this seems to work fine. But after Cmd + Shift + Left/Right my Shift + Left/Right moves from the anchor position not the active position.

@alexdima alexdima added bug Issue identified by VS Code Team member as probable bug editor-columnselect Editor column selection issues labels Feb 27, 2020
@alexdima alexdima added this to the February 2020 milestone Feb 27, 2020
alexdima added a commit that referenced this issue Feb 27, 2020
@sbatten sbatten added the verified Verification succeeded label Feb 28, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug editor-columnselect Editor column selection issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants