eclipse 如何检查eclipse(项目资源管理器)中的图标含义?

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

How to check the icon meaning in the eclipse (project explorer)?

eclipse

提问by user496949

In the eclipse, there are different icons before files and projects. I am asking if there is an explanation for those icons.

在eclipse中,文件和项目前有不同的图标。我在问这些图标是否有解释。

采纳答案by Mark Peters

You can see a list of label decorations enabled in Eclipse by going to Window->Preferencesand then General->Appearance->Label Decorations. This describes the set of decorations, but unfortunately not a picture of what the icon looks like (silly oversight IMO). Still, you might find it useful for seeing what the possibilities are.

您可以通过转到Window->Preferences,然后查看在 Eclipse 中启用的标签装饰列表General->Appearance->Label Decorations。这描述了一组装饰,但不幸的是不是图标外观的图片(愚蠢的监督 IMO)。不过,您可能会发现它有助于了解可能性。

回答by VonC

Considering the meaning of "Label decoration", you won't ever have a formal description of allthe icons in a project Explorer: it depends on the plugins you have installed.

考虑到“标签装饰”的含义,您永远不会对项目资源管理器中的所有图标进行正式描述:这取决于您安装的插件。

enter image description here

enter image description here

A plugin like EGit for instance will modify those icons with its own list of decorators:

例如,像 EGit 这样的插件将使用自己的装饰器列表修改这些图标:

enter image description here

enter image description here

As Harry Joy, mentions in the comments, the CTRL+N"new project" dialog is the closest way to list all of those icons.

正如Harry Joy在评论中提到的,CTRL+ N“新项目”对话框是列出所有这些图标的最接近方式。

enter image description here

enter image description here

It can be helpful though to know about the "User Interface Guidelines" for Eclipse to grasp their more general meaning:

不过,了解Eclipse的“用户界面指南”以了解其更一般的含义会很有帮助:

For example, in the style section:

例如,在样式部分

enter image description here

enter image description here

The two dominant colors, blueand yellow, bring harmony to the overall presentation of the user interface.
Themselves complementary, blue and yellow form a base on which to apply accent colors

蓝色黄色这两种主色为用户界面的整体呈现带来了和谐。
自身互补,蓝色和黄色形成了应用强调色的基础

enter image description here

enter image description here

Brownis used less than the other colors mentioned, but it is generally associated with specific types of objects: the Java "package", "bundle", and the "Enterprise Java Bean (EJB)".

棕色的使用比提到的其他颜色少,但它通常与特定类型的对象相关联:Java“包”、“捆绑”和“企业 Java Bean (EJB)”。

回答by Marko Vranjkovic

This page contains meaning of all eclipse icons: http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.jdt.doc.user/reference/ref-icons.htm

此页面包含所有日食图标的含义:http: //help.eclipse.org/helios/index.jsp?topic=/org.eclipse.jdt.doc.user/reference/ref-icons.htm

UPDATE:This answercontains icon meanings per Eclipse version.

更新:此答案包含每个 Eclipse 版本的图标含义。

回答by Jan Debeuckelaer

For the subversive plugin for Eclipse Neon navigate to Window:Preferences:Team:SVN:Label Decorations, which will show you options and a preview like this: Label Decorations Dialog

对于 Eclipse Neon 的颠覆性插件,导航到 Window:Preferences:Team:SVN:Label Decorations,它将向您显示选项和预览,如下所示: Label Decorations Dialog

回答by ysap

If you are using CDT, thishelp page may help. Unfortunately, it does not display the icon decorations.

如果您使用 CDT,帮助页面可能会有所帮助。不幸的是,它不显示图标装饰。