-
Notifications
You must be signed in to change notification settings - Fork 39
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
Unexpected extra commands included at start of macro #5781
Comments
I was unable to reproduce this after 10 tries of following the provided steps. Has this happened more than once? |
I am able to reproduce multiple times. I just captured a video where I get 10 commands for the first macro recording (after opening ST in safe mode and then opening the 2022-12-15.09-46-51.mp4 |
Here is the macro saved from the above video: https://gist.github.com/sbates-idrc/3468bbd3d16711a4d5afc298de2cd709 |
Did this happen in previous releases of ST? |
This is the first time that I have experienced this issue. However, while I have been using Sublime Text for many years, I have used the macro recording feature very little. I had been thinking recently that I'd like to learn how to use macro recording for repetitive text editing and I had a case where I could use it this week. And then I encountered this issue. I can't say with confidence that this issue was not present on previous versions as I haven't tried to use macro recording much until this week. |
Fixed in build 4147. |
Fixes #341 This commit converts `RebuildTags` into a `WindowCommand` so it keeps working when used in sidebar context menu. This change is required as ST4147+ restricts `TextCommand` usage to fix sublimehq/sublime_text#5781.
Description of the bug
Sometimes (I haven't been able to figure out how to reproduce 100% reliably) I am seeing extra commands that I don't expect when I create a macro.
Steps to reproduce
Expected behavior
A macro of 10 commands:
Actual behavior
Sometimes, I get unexpected extra commands at the start. For example, this is what I got one of the times:
Sublime Text build number
4143
Operating system & version
Windows 10
(Linux) Desktop environment and/or window manager
No response
Additional information
No response
OpenGL context information
No response
The text was updated successfully, but these errors were encountered: