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

Typing in the find input box during recording can cause unexpected cursor movement on the playback #33

Closed
tshino opened this issue Jan 11, 2022 · 3 comments

Comments

@tshino
Copy link
Owner

tshino commented Jan 11, 2022

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.

@tshino 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
@GreenAsJade
Copy link

Man, if only this could be dealt with, this wonderful feature would be complete.

Thanks for the workaround in the mean time.

@tshino
Copy link
Owner Author

tshino commented Mar 14, 2022

Thank you for the comment.
I'm still investigating this issue and trying to find a way to solve it.

@tshino
Copy link
Owner Author

tshino commented Apr 5, 2022

At last, I've fixed this issue. 😊
The next release will soon be published.

@tshino tshino closed this as completed Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants