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

Greater than 1000+ multi cursor typing replacement text appears inverted, lines begin to drop off selection. #23913

Closed
jafin opened this issue Apr 5, 2017 · 4 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-multicursor Editor multiple cursor issues verified Verification succeeded
Milestone

Comments

@jafin
Copy link

jafin commented Apr 5, 2017

  • VSCode Version: 1.10.2
  • OS Version: Windows 10 14393.447

Greater than 1000 multi cursor typing replacement text appears inverted, lines begin to drop off selection.

Steps to Reproduce:

  1. Open a large file (https://raw.githubusercontent.com/charliesome/australia_postcode/master/lib/australia/postcode/data.csv)
  2. Multi cursor select on newline
  3. Begin typing replacement text.
  4. Notice characters appear to type in reverse, and some of the selected lines are dropping off.

Example: Example

Mayby related to #7201

@chrmarti
Copy link
Contributor

chrmarti commented Apr 5, 2017

@rebornix Maybe related to the file being CRLF and the selection being LF?

@rebornix rebornix assigned alexdima and unassigned rebornix Apr 6, 2017
@alexdima alexdima added the bug Issue identified by VS Code Team member as probable bug label Apr 26, 2017
@alexdima alexdima added this to the April 2017 milestone Apr 26, 2017
@alexdima alexdima added the editor-multicursor Editor multiple cursor issues label Apr 26, 2017
@isidorn isidorn added the verified Verification succeeded label Apr 28, 2017
@isidorn
Copy link
Contributor

isidorn commented Apr 28, 2017

This works fine and I hit the hard limit of 1000 multi cursors created

@alexdima
Copy link
Member

@isidorn To verify you must go above the 1000 limit. Search for something and press alt+enter while the focus is in the search query. That is not bounded to 1000. Or ctrl+alt+down a lot of times. That is also not bounded. Or ctrl+d a lot of times...

@isidorn
Copy link
Contributor

isidorn commented May 2, 2017

@alexandrudima ok did just that now and it is working fine

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
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 verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants