-
Notifications
You must be signed in to change notification settings - Fork 3
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
Typing in the find input box during recording can cause unexpected cursor movement on the playback #33
Comments
tshino
changed the title
Typing in the search input box during recording can cause unexpected cursor movement on the playback
Typing in the find input box during recording can cause unexpected cursor movement on the playback
Feb 5, 2022
Man, if only this could be dealt with, this wonderful feature would be complete. Thanks for the workaround in the mean time. |
Thank you for the comment. |
This was referenced Mar 17, 2022
This was referenced Mar 24, 2022
Merged
tshino
added a commit
that referenced
this issue
Mar 31, 2022
Fix impractical tests that would break if #33 gets fixed
This was referenced Apr 1, 2022
tshino
added a commit
that referenced
this issue
Apr 3, 2022
This was referenced Apr 3, 2022
At last, I've fixed this issue. 😊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ref. #31 (comment)
Overview
Typing in the find input box during recording may cause unexpected cursor movements during playback.
Details
As stated in the README, this extension has a limitation that typing in the find input box is not recorded due to the lack of capabilities of VS Code API to capture them.
For example, when you type a word like 'foo' in the find input box during recording, nothing should be recorded.
But at the same time, the cursor may move to somewhere in the document, which indicates the word matches the text at the location.
This cursor movement causes the problem.
Workaround
Type the word in the find input box BEFORE starting recording, and record only the find trigger ('f3') and edits you want to do.
The text was updated successfully, but these errors were encountered: