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

Doesn't work with autocomplete #3

Open
calebmeyer opened this issue Apr 12, 2018 · 1 comment
Open

Doesn't work with autocomplete #3

calebmeyer opened this issue Apr 12, 2018 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@calebmeyer
Copy link
Owner

If you start recording a macro, and use an auto-complete in the middle of it, the auto-complete doesn't pop up during applying the macro, so the word isn't completed.

@calebmeyer calebmeyer self-assigned this May 14, 2018
@calebmeyer calebmeyer added bug Something isn't working help wanted Extra attention is needed labels May 14, 2018
@keevan
Copy link

keevan commented May 4, 2019

I personally think that using autocomplete in a macro might be a bad idea since the user creating the macro might think it will take the Xth selection from the autocomplete and then when executed on other areas, won't work the same way (no suggestions, suggestions don't show up as fast, etc). It might be safer to be creating the macros manually. Autocompletiion (and other plugins) might make this difficult otherwise, since some users might have it set to autoconfirm, and others might need to press TAB or ENTER to confirm the suggestion, which in case of this macro, will it then replay the "TAB" or "ENTER" regardless of suggestion?

It might be okay if you can somehow make sure that when you are grabbing a value from autocomplete, you undo any keys used for activating it, and use the suggested word as if the user typed it directly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants