OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
11 stars 20 forks source link

Executing a dev mode action should shift the focus to the terminal tab. #801

Open mrglavas opened 3 weeks ago

mrglavas commented 3 weeks ago

If you run an action, for example Liberty: Start it creates a new terminal and the focus is shifted to the terminal tab. If you later select another tab, for example Language Servers and then execute another action, the focus will stay on the current tab. The command does get executed in the terminal, but would only be visible to the user if they manually switch to the terminal tab.

The current behaviour is probably better illustrated with a video, but what I'm trying to show in this screenshot is a Liberty: Start action running in an existing terminal. When the command is executed, the focus continues to stay on the Language Servers tab.

image