问题描述
使用Eclipse IDE时,服务器(我的情况下的tomcat)会更改状态(启动,启动,停止,停止等),服务器选项卡将变为活动状态。这是令人讨厌的,因为我看不到控制台。
When using Eclipse IDE, anytime the the server (tomcat in my case) changes status (start, starting, stopping, stopped, etc...), the Servers tab becomes active. This is annoying because then I can't see Console.
默认情况下,我认为控制台在显示控制台出现/错误更改时会导致轻微的冲突两个标签之间。我也不喜欢这个选项。我只想要我选择的标签保持活跃,没有一个汽车业务。
By default, I think Console has "Show Console when std out/err changes" which results in a minor skirmish between the two tabs. I don't like having this option either. I simply want the tab I chose to stay active, none of the auto business.
有没有办法阻止服务器选项卡抓住焦点/活动?
Is there any way to stop Servers tab from grabbing focus/active?
谢谢。
修改
我应该提到我的控制台和服务器选项卡生活在同一组标签页。
I should mention that my Console and Servers tab live in the same grouping of tabs.
推荐答案
您可以禁用焦点抓取首选项 - 服务器。
You can disable the focus grabbing in Preferences - Server. There is a single Checkbox "Show Servers view when server state changes".
另外:
首选项 - > Rund / Debug - >控制台:
禁用在标准输出更改时显示控制台
Preferences -> Rund/Debug -> Console:Disable "Show console when standard output changes"
这篇关于如何停止Eclipse的“服务器”启动/停止服务器时抓住焦点的标签?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!