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

Background recording of wrapped commands #179

Merged
merged 7 commits into from
Dec 28, 2022
Merged

Background recording of wrapped commands #179

merged 7 commits into from
Dec 28, 2022

Conversation

tshino
Copy link
Owner

@tshino tshino commented Dec 28, 2022

This is a part of the implementation of Background recording API #176.

It's an opt-in feature that will never be enabled unless the enableBackgroundRecording internal function is invoked.
This PR implements the basic functionality of background recording.

The kb-macro.active context indicates that either explicit recording or background recording is active.
The following commands are recorded in the mode as history.

  • kb-macro.wrap
  • kb-macro.playback with or without sequence option

Typing by the user and some implicit editing such as code completion are not yet implemented.

@tshino tshino merged commit 396d879 into main Dec 28, 2022
@tshino tshino deleted the background-recording branch December 28, 2022 11:14
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

Successfully merging this pull request may close these issues.

1 participant