-
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
Feature-Request: Start and Repeat Makro until end of document #34
Comments
Thank you for your request! I'm very happy to hear a request like this. I would like to try to implement this feature. Also, I think if I could know some information about the existing editor's feature and/or test its behavior, it will help me to design the feature and especially the safety logic you mentioned. Thanks. |
Hi tshino, long time ago, as windows user, I used "textpad" ( https://www.textpad.com/ ) what have this feature. Now I am on mac and for my macros I use a windows emulation just for this tool ;) |
Thank you for the info and for offering to check my code! And now, I'm very happy to know the fact that a mac user is using this extension. That means this extension is working on mac. In fact, I have never tested it on mac myself, though the automated test on CI is running on Windows, Linux, and macOS as well. |
It works great for me 👍🏼 |
Hi @trx222, I have just implemented the feature and created a Pull Request. If you want to try it your own, the steps would be: (I don't know much about mac though)
Any comments or requests are welcome. |
Hi @tshino - cool, I will try it tomorrow! |
Can you guide me how I can test the new command then ? I have it running but have no shortcut for the new command ... |
Yes. The new command doesn't have a shortcut yet. You should use Command Palette and search like 'macro repeat til'. |
Ok, I checked the keymap editor and didn't found the new one. |
Since it works for me, now I will merge the pull request. |
I have published v0.10.0 which includes this feature. It doesn't have a default keyboard shortcut, but I think it is not so big a problem. Again, thank you for your request for this great new feature! |
Hi and thank you for your work on this plugin. I waited long time for it ;)
Now comes the wishes: I often record a macro to manipulate imports an scripts - the I have to replay a makro für every line, so I also record the "cursor down to next line". It would be great of I can replay the makro until the end on document with an extra shortcut.
Maybe with some savety checks the the makro knows if it will not reach the end and escape then.
best regards
The text was updated successfully, but these errors were encountered: