如何从 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
how to hide revision number from eclipse explorer view?
提问by Mr Coder
Is there any way to hide this number as this number has gone too long ?
有没有办法隐藏这个数字,因为这个数字已经太长了?
回答by jarrad
回答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.
但是,请注意,这也会关闭所有其他指示符,例如“>”或“<”符号,这表示与检出版本相比对存储库的更改......至少,这是真的日蚀开普勒。