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

Update shift+escape to Hide Active Tool Window #349

Merged
merged 1 commit into from
Apr 28, 2024

Conversation

grgar
Copy link
Contributor

@grgar grgar commented Apr 27, 2024

Perform the equivalent of IntelliJ ‘Hide Active Tool Window’ by hiding each of the sidebar, secondary sidebar or panel when focused.

Implements https://www.jetbrains.com/help/idea/tool-windows.html#hide_active

Fixes #103.

@grgar grgar force-pushed the hide-active-tool-window branch from 5a42c19 to 74c0a7b Compare April 27, 2024 20:05
Perform the equivalent of IntelliJ ‘Hide Active Tool Window’ by hiding each of the sidebar, secondary sidebar or panel when focused.

Implements https://www.jetbrains.com/help/idea/tool-windows.html#hide_active
@grgar grgar force-pushed the hide-active-tool-window branch from 74c0a7b to 2f4dab4 Compare April 27, 2024 20:10
@kasecato kasecato self-assigned this Apr 28, 2024
@kasecato kasecato added this to the v1.7.2 milestone Apr 28, 2024
@kasecato
Copy link
Owner

Thanks, that is really nice improvement, I'll release it on v1.7.2

@kasecato kasecato merged commit 90190ff into kasecato:master Apr 28, 2024
@kasecato kasecato added the bug label Apr 28, 2024
@grgar grgar deleted the hide-active-tool-window branch April 28, 2024 08:19
@Skaldebane
Copy link

While this change is more aligned with IntelliJ, I've gotten so used to the old behavior that this update makes the extension a hassle to use, I can get used to the new keybinding but having a new terminal every time I open it kinda sucks.

Since the keybinding was changed, the previous shift + esc is free, so can we make that do the default behavior?

@OQI24
Copy link

OQI24 commented May 4, 2024

Это обновление поломало мой пользовтельский опыт(
Сочетание клавишь Shift+Esc одно из самых востребованных в работе тк у меня множество проектов и они часто запускаются из разных терминалов, а рабочая область с терминалами так востребованна.
Пришлось откатиться на 1.7.1, чтобы вернуть прежнюю функциональность.
Исправьте, пожалуйста, если есть возможность, чтобы по этому сочетанию клавиш можно было не только скрыть, но и открыть рабочую область с терминалами.

@Skaldebane
Copy link

@OQI24 you can keep the old behavior by changing your config as this comment mentions: #354

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

shift+escape behaviors differently on VSCode and Intellij (macOS)
4 participants