-
Notifications
You must be signed in to change notification settings - Fork 36
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
commands order not always working well #41
Comments
I face the same problem:
The text received by the terminal is:
But what I want is:
|
This is caused by delay in the editor, to verify it you can add a bunch of write commands (and you'll see that they eventually write in the find window) Solution: #13 |
Stumbled upon this too.
This should select a string literal surrounded with quotes and copy it to the clipboard. But CopyAction runs before selection and copies the entire line. The next thing I was going to add was a keypress action to surround the literal with brackets which also didn't work as expected.. #11 solved the issue |
I have mixed results with a macro I am using.
I am using both the current find widget, and the search files panel.
activating the next match, and then the find widget.
But sometimes the find widget executes before the search match.
At least, that's what I deem is happening...
Are the commands happening one after another? Can it be an async problem?
Is there a way that I can add a little delay (sleep?), or wait for focus?
If there is a better way to contact and debug this together, please let me know.
The text was updated successfully, but these errors were encountered: