spyder-ide / spyder-terminal

Run system terminals inside Spyder. Works on Linux, macOS and Windows.
MIT License
227 stars 77 forks source link

Focus lost when switching between terminal and other panes #344

Open dalthviz opened 1 year ago

dalthviz commented 1 year ago

Follow up for https://github.com/spyder-ide/spyder/issues/21277

The plugin needs to set RAISE_AND_FOCUS to True in order to not just raise the pane but also set the actual application focus to the terminal prompt.

Other references of the change that needs to be done: