-
Notifications
You must be signed in to change notification settings - Fork 67
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
Separate commands for opening and closing the console from the Plugin menu #274
Comments
These are two requests from my understanding:
|
Wouldn't the plugin have to process keys itself then, and if so, does the plugin have access to what keycombo the user has assigned?
Toggle makes some sense. How about a way for code to know if the console is currently shown or hidden, though? |
Thanks for considering my two requests. The shortcut fix indeed seems to depend on whether plugin controls can register / define shortcuts. User can use Alt-p and navigate through the plugin menu to the command regardless of what control has focus, but a direct shortcut that works everywhere would be much more comfortable. Can't check just now, but if open and close console commands could be made available in NPP's shortcut configuration without appearing on and cluttering up the plugin menu, that would be very welcome. |
👍 BTW, are you planing to update PS v2 to the latest Scintilla and Lexilla? Thank you. |
Another user desires this, see N++ Community site HERE, and refer the |
This would be more useful to me than the current 'toggle' command as it requires me to check whether the console is already open when automating things with another scripting language. Also, when I set up a keyboard shortcut for the current "Show Console" menu command, the command only works when the main editing window has focus. It is not possible to use it to close the console window or its command line when either of those has focus. It would be great if that could be implemented somehow. Thanks!
The text was updated successfully, but these errors were encountered: