English 中文(简体)
是否有办法扩大Eclipse项目观点和搜索结果的所有文件夹?
原标题:Is there way to expand all folders in Eclipse project view and search results?

我花了很多时间手工地扩大植根于诸如项目探索者和木料搜索结果树等树木观点的夹。 是否有一条关键的短 或菜单,以扩大所有手套?

最佳回答

在“File Seach Result”右侧右侧点上,有“扩展”菜单。

在项目看来,我没有发现这一特征。

问题回答

视窗:

Expand all all in project explorer is Shift+Numpad * (multiplty), as mentioned before. Collapse all in project explorer is Ctrl+Shift+Numpad - (subtract).

或者说,你只能把右arrow推到一个选定的树木的底部,或把左arrow的 j子 collapse倒到顶。

如果你想看到在具体情况下可以提供的所有捷径,请打Ctrl+;Shift+L

On Mac: Select a folder and press Option+ARROW_RIGHT to expand all subfolders in the Eclipse file explorer. Press Option+ARROW_LEFT to collapse all subfolders.

在某些宏观键盘上,选项钥匙也贴上Alt标签。

Eclipse onosphere:

SHIFT + 右

将所有文件夹在选定的文件夹以下。 如果你多次这样做,接下来的一组夹就会扩大。

SHIFT + LEFT arrow

低于选定倍数的镜头。

视窗上的剪辑:

Right arrow -->> Expand
Left arrow -->> Collapse

Mars.1 Release (4.5.1), Linux (RHEL 6.7)

<>Expand Folders

页: 1 举例来说,打脚 ** 三次将把所有手套扩大到三个层次。

(CTRL SHIFT Numpad *与这一特殊建筑/机械工程相比,对我来说不工作。)


Collapse All Folders

页: 1


Expand/Collapse Single Folders

Shift + Right Arrow
Shift + Left Arrow

如果你想简单地在任何地方搜寻一个档案:CTRL+SHIFT+。 (航天器工作空间导航)

Collapse All: Shift + NUM-KEYPAD-MultIPLY (*) -->Use with care, if You do it on a large project, ALL file will be supplemented! 我设法坠毁了我的Eclipse!

Windows: (I m using ,STS v2.8 based on Eclipse 3.7, maybe a Little...

in Project/Package Explorer:

Expand all : Shift + Numpad *

Collpse all: Ctrl + Shift + Numberpad_Divide, or just click the small "-" icon at the top right of current view.

但从我看,扩大所有行动总是使Eclipse/STS无法做出反应(例如,我们可以确定编集的类别档案,或从JAR中发现的,目前认为这些档案太多,可以扩大),因此也许最好先选择具体的一揽子方案。

这些捷径也非常有助于查找档案:

Ctrl + Shift + R: open resource ( all file types, java, jsp, jspf, properties ...), it s my most frequent use and favorite shortcut;

Ctrl + Shift + T: open type ( for Java files only)

在搜查结果表格中,有Expand All(+ sign with Border)Collapse All(- sign with Border) icons at the first right of the tab。

Shift + Right arrow, 多次。

在关于持久性有机污染物的Eclipse 4.4工程之后:

新闻稿*(或>-+>-> 在挑选一个文件夹时,文件内容一再扩大。

新闻稿-(或>-+> 所有内容都崩溃。

+ = 扩展

Shift - - Collapse All

因此。

积极重点 任务选择——如下所示。

“Eclipse

buttons to expand all
Shift and (+)

buttons to minimize all
Shift and (-)





相关问题
In Eclipse, why doesn t "Show In" appear for non-Java files?

If I have a *java file open, I can right click on the source, scroll down to "Show In (Alt-Shift-W)", and select Navigator. If I have an *xml, *jsp, or pretty much anything besides a Java source ...

Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

Eclipse smart quotes - like in Textmate

Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...

Indentation guide for the eclipse editor

Is there a setting or plugin for eclipse that can show indentation guides in the editor? Something like the Codekana plugin for visual studio (not so fancy is also OK). Important that it works with ...

Adding jar from Eclipse plugin runtime tab

I want to add .jar files for plugin from the Runtime tab of manifest file. When I use the Add... button, I can see only sub-directories of the plugin project. So if I want to add same .jar file to ...

How to copy multiple projects into single folder in eclipse

I have two projects, Project1 and Project2. Now i want to copy this projects into eclipse workspace but i want these projects to be in a single folder like below. Eclipse Workspace -> Project -> ...

Java: Finding out what is using all the memory

I have a java application that runs out of memory, but I have no idea which code is allocating the memory. Is there an application with which I can check this? I use Eclipse.

热门标签