-
Notifications
You must be signed in to change notification settings - Fork 23
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
Windows command & customization #8
Comments
Hi, 1/ Yeah, i should probably add some linux/windows dedicated shortcut. If alt-ctrl-l ain't taken already, that could do it. I don't have Atom installed on a windows machine so if you can confirm that this shortcut is free on vanilla atom, I'll add it. As for the fine tuning, I was thinking of something like that. Cheers! |
Hi, So far, I can confirm that no default Atom command using alt-ctrl-l / ctrl-alt-l. So it's still free. Instead of a hierarchical table, perhaps you can just provide a simple textfield so people can just put a space-separated file types, such as:
Same for the symbols to show/hide, such as:
So basically they can be whitelist or blacklist, it's up to you. (However, for the symbols show/hide, you need to tell people what's settings are available). Also, perhaps a simple legend is needed for the square icons you put in front of each function names. I'm a Javascript developer, and I saw "F" and "M". I'm sure "F" means function, but what is "M"? Cheers. |
"M" is for "Method" :) Ill keep that ticket open, to get ideas when refactoring the settings! |
Oh M for method.. silly me didn't realize it in the first place. Thank you for the fixes, much appreciated, and, I look forward to the settings customization :) Cheers. |
Hi @7ute, I have tested & I can confirm that the Windows shortcut is now working OK. However, unfortunately problem no. 2) still exists. Also, upon further checking, it seems that it only happens on Functions (F). The Methods (M) seem to be spot on, at least from what I tested. Cheers. |
Oh that's true, thanks for noticing it! |
Hi,
Thanks for the great plugin, it really helps me!
Small bugs:
On the plugin settings page, I saw the default Mac toggle, which is alt-cmd-l. On Windows this would translate into alt-ctrl-l, but somehow it doesn't work. I know this can be configured manually, but I thought I'd just let you know.
When I click a function, it doesn't always bring me to the exact line, but sometimes 2-3 lines above.
Other than those, I would love to see further customization if possible, example:
Thanks & keep up the good work!
The text was updated successfully, but these errors were encountered: