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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple cursors + Word wrap + Selection #65815

Closed
rioj7 opened this issue Dec 29, 2018 · 0 comments
Closed

Multiple cursors + Word wrap + Selection #65815

rioj7 opened this issue Dec 29, 2018 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-multicursor Editor multiple cursor issues editor-wrapping Editor line wrapping issues verified Verification succeeded
Milestone

Comments

@rioj7
Copy link

rioj7 commented Dec 29, 2018

  • VSCode Version: 1.30.0
  • OS Version: Windows 8.1 x86_64

Steps to Reproduce:

  1. Copy the following text to a new file

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.

Nulla consequat massa quis enim. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.

  1. Enable "Word Wrap" and adjust the width of the editor to get a "word wrap" between "Donec quam" on the first line.

  2. Select "Donec quam" and all occurrences Ctrl+Shift+L.

  3. Press Left Arrow to deselect and move to beginning of selections.

Result: The cursors are now out of sync. If there is a word wrap inside the selection the cursor is 1 place more to the left than the selection start.

It also happens if there is a single cursor with selection but not that annoying to locate instead of when there are dozens of cursors.

Does this issue occur when all extensions are disabled?: Yes

@vscodebot vscodebot bot added the editor-wrapping Editor line wrapping issues label Dec 29, 2018
@alexdima alexdima added the editor-multicursor Editor multiple cursor issues label Jan 7, 2019
@alexdima alexdima added the bug Issue identified by VS Code Team member as probable bug label Jul 5, 2019
@alexdima alexdima added this to the January 2020 milestone Jan 10, 2020
@alexdima alexdima modified the milestones: January 2020, February 2020 Jan 27, 2020
@alexdima alexdima modified the milestones: February 2020, On Deck Feb 21, 2020
@alexdima alexdima modified the milestones: On Deck, March 2020 Mar 10, 2020
@dbaeumer dbaeumer added the verified Verification succeeded label Apr 2, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Apr 24, 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-multicursor Editor multiple cursor issues editor-wrapping Editor line wrapping issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants