How can i stop Eclipse's “Servers” tab from grabbing focus when start/stopping a server?

后端 未结 3 563
死守一世寂寞
死守一世寂寞 2020-12-14 06:30

When using Eclipse IDE, anytime the server (tomcat in my case) changes status (start, starting, stopping, stopped, etc...), the Servers tab becomes active. This is annoying

3条回答
  •  自闭症患者
    2020-12-14 06:48

    To prevent this, deselect these options:

    screenshot

    "Show console when standard output changes"

    and

    "Show console when standard error changes"

    Then the console will not take focus.

    But what I advise is to use the simple short cuts for navigation:

    Press F12 to return to Editor. 
    
    Press Alt+Shift+Q, P  - to return to the package editor 
    Press Alt+Shift+Q, O  - to outline
    Press Alt+Shift+Q, S  - to search
    Press Alt+Shift+Q, C  - to console
    Press Alt+Shift+Q, Q  - to show all views and choose correct 
    
    Press Ctrl+F7 - display a list of opened views
    Press Ctrl+F8 - select perspective
    

提交回复
热议问题