Closed ghost closed 9 years ago
IMO, this should be set up as a command in the backend, and bound to the keyboard shortcut there. What do you think @limetext/owners?
I agree this should be done via show_panel
(#42) command but I think we can merge this for now until #42 is implemented.
Getting show_panel (#42) implemented is a bit of a larger task though as it will have to be able to deal with any odd number of panels and not just the console specifically.
IMO it's better to accept improvements even if they are a subset of what the full solution should be so I'm ok with this PR. Can't try it out locally but from a code POV LGTM.
LGTM, Thanks. I wasn't able to test the results sooner due to #474.
currently I work on an own editor in python also using qml, and I have explored this feature which is great. Have added the shortcut for hiding console from sublime text (
Ctrl+
)`, I hope its the correct shortcut. also disabled the console on start, because when Sublime Text starts at the first time there is no console.