如何从 Eclipse 资源管理器视图中隐藏修订号?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10401950/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 18:07:35  来源:igfitidea点击:

how to hide revision number from eclipse explorer view?

eclipsesvnrevisionsubversive

提问by Mr Coder

enter image description here

在此处输入图片说明

Is there any way to hide this number as this number has gone too long ?

有没有办法隐藏这个数字,因为这个数字已经太长了?

回答by jarrad

You can remove the label decorations from the Team->SVN->Label Decorationspreferences page. See this pagefor details.

您可以从Team->SVN->Label Decorations首选项页面中删除标签装饰。有关详细信息,请参阅此页面

回答by joshmcode

In Eclipse Kepler go Window -> Preferences -> General -> Appearance -> Label Decorations -> and uncheck SVN.

在 Eclipse Kepler 中,选择 Window -> Preferences -> General -> Appearance -> Label Decorations -> 并取消选中 SVN。

However, note that this will also turn off all of the other indicators such as the ">" or "<" sign, which indicates changes to the repository as compared to the checked-out version... at least, this is true in Eclipse Kepler.

但是,请注意,这也会关闭所有其他指示符,例如“>”或“<”符号,这表示与检出版本相比对存储库的更改......至少,这是真的日蚀开普勒。