eclipse 如何在 STS 中禁用 RSS 提要?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8026987/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to disable RSS feeds in STS?
提问by user810430
I need frequently restart STS. Each time I see loading RSS. Does it possible to disable this feature? Thanks.
我需要经常重启 STS。每次看到加载RSS。是否可以禁用此功能?谢谢。
回答by user710818
First need delete all links from Dashboard (Window->Preferences->Spring-> Dashboard) and after disable Dashboard. This is not prevent completely, but decrease time used for downloading RSS.
首先需要从仪表板(窗口->首选项->弹簧->仪表板)中删除所有链接,然后禁用仪表板。这不是完全阻止,而是减少用于下载 RSS 的时间。
回答by Alan Lee
Version: 3.3.0.RELEASE:
版本:3.3.0.RELEASE:
Window->Preferences->SpringSource-> Dashboard
窗口->首选项-> SpringSource-> 仪表板
Disable Show Dashboard On Startup
在启动时禁用显示仪表板
Delete All RSS Feed URLs.
删除所有 RSS 源 URL。
回答by Sutra
I think uninstalling the "Spring Dashboard" separately would be an alternated solution as "Spring Dashboard" is optional, and even its description is "This feature provides the STS dashboard for displaying RSS feeds and the extensions page", no more function from this plugin. You may uninstall it from the About - Installation Details - Installed Software.
我认为单独卸载“Spring Dashboard”将是一个替代解决方案,因为“Spring Dashboard”是可选的,甚至它的描述是“此功能提供了用于显示 RSS 提要和扩展页面的 STS 仪表板”,此插件没有更多功能. 您可以从关于 - 安装详细信息 - 已安装的软件中卸载它。
回答by Sireesh Yarlagadda
Go to Preferences -> Type "Dashboard" =>Uncheck the box for RSS Feeds.
转至首选项 -> 键入“仪表板”=> 取消选中 RSS 源框。
回答by Raihan
You can disable the STS dashboard loading on startup from the menu Window->Preferences->Spring-> Dashboard.
您可以从菜单 Window->Preferences->Spring->Dashboard 在启动时禁用 STS 仪表板加载。