简体   繁体   English

如何删除 Eclipse Project Explorer 视图中的附加类下拉菜单?

[英]How to remove additional class drop down in Eclipse Project Explorer view?

班级下拉

In the Project Explorer view of Eclipse Luna, there's an additional drop down for Java files which represents the class inside the file (the green C icon).在 Eclipse Luna 的 Project Explorer 视图中,还有一个额外的 Java 文件下拉列表,代表文件中的类(绿色 C 图标)。 It expands when I double click to open a class.当我双击打开一个类时它会展开。 I don't need this there.我在那里不需要这个。 Is there a way to filter this out?有没有办法过滤掉这个?

Uncheck Preferences / Java / Appearance / "Show members in Package Explorer" checkbox.取消选中首选项/Java/外观/“在包资源管理器中显示成员”复选框。

It affect both Package and Project explorer.它影响包和项目资源管理器。

Preferences windows with that checkbox带有该复选框的首选项窗口

如果您使用包资源管理器而不是项目资源管理器,则可以:转到首选项、Java、外观并禁用“在包资源管理器中显示成员”。

You can disable various elements in the explorer tree via the View config toolbar button (small white triangle on the toolbar just below the Project Explorer tab);您可以通过查看配置工具栏按钮(项目资源管理器选项卡下方工具栏上的小白色三角形)禁用资源管理器树中的各种元素; select Customize View... then the Content tab;选择自定义视图...然后是内容选项卡; there you can disable, for example, Java Elements.例如,您可以在那里禁用 Java 元素。 But doing so will hide all Java-related elements from the Project Explorer tree;但是这样做会从 Project Explorer 树中隐藏所有与 Java 相关的元素; if you want that, at that point you should just use the Navigator view instead of Project Explorer.如果需要,此时您应该只使用 Navigator 视图而不是 Project Explorer。 Navigator is just a file-system view of the projects.导航器只是项目的文件系统视图。

There is an option for this.有一个选项。 Click to three dots on the right top corner in Project Explorer window, click to "Filters and Customisation", then click to "Content" tab.单击项目资源管理器窗口右上角的三个点,单击“过滤器和自定义”,然后单击“内容”选项卡。 You will see like that things:你会看到这样的事情:

在此处输入图片说明

Uncheck "Java Elements" (PHP Elements for Eclipse PDT) then clik to OK button.取消选中“Java 元素”(Eclipse PDT 的 PHP 元素),然后单击“确定”按钮。 Then you will see that dropdown triangle shit goes to the hell...然后你会看到下拉三角形狗屎去地狱......

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM