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

Long lines get incorrectly rewritten #2

Open
JacksonKearl opened this issue Feb 26, 2020 · 6 comments
Open

Long lines get incorrectly rewritten #2

JacksonKearl opened this issue Feb 26, 2020 · 6 comments
Labels
bug Something isn't working important

Comments

@JacksonKearl
Copy link
Owner

Longer lines in the search editor sometimes get chopped off in the beginning, which results in the change detector applying that change to the line in source.

Ex:

  1. Have a result that appears past 200 chars into a line.
  2. Without modifying the editor at all, run the apply changes command.
  3. 🐛 The line will get replaced in-workspace with the chopped version.
@JacksonKearl
Copy link
Owner Author

See microsoft/vscode#91573.

JacksonKearl pushed a commit that referenced this issue Mar 3, 2020
@Chukstart
Copy link

Changes to lines over 200 charachters in length may have been ignored
is there a way for these changes to go through even though the lines are over 200

@JacksonKearl
Copy link
Owner Author

Unfortunately not, as the line itself is clipped in the search result so it can't be known what exactly has been modified. It would be theoretically possible to increase the limit, but this could look odd if the result is very many columns in and isnt actually visible in the editor without scrolling.

@Chukstart
Copy link

Ohhh that's unfortunate thanks for the reply

@jkemp814
Copy link

jkemp814 commented Jul 9, 2021

By chance, is this is being studied? I have lines well over 200 characters, this extension would be a time saver.

@JacksonKearl JacksonKearl removed their assignment May 28, 2022
@akharrou
Copy link

akharrou commented Jun 11, 2022

Could you try to talk with vscode developers to make this extension builtin to vscode by default, with the possibility of editing lines of arbitrary length, not of max 200 length ? it's really a powerful and wonderful extension if used write, it would be a shame to stop at 200 length lines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working important
Projects
None yet
Development

No branches or pull requests

4 participants