Aaron Fi
Aaron Fi

Reputation: 10426

In Eclipse, in the Call Hierarchy, way to expand all?

I'm individually clicking through each caller's caller. Would prefer to just "expand all" and bottom out.

Is this possible?

Upvotes: 13

Views: 5453

Answers (3)

PARTHA SARATHI Ravi
PARTHA SARATHI Ravi

Reputation: 99

I am using Luna eclipse in windows 7.

Once the Call hierarchy is done, then go to Call hierarchy window press home button then press key * (asterisk) until expanding all.

This is faster than pressing combination right and down arrow key.

Upvotes: 3

Ankur
Ankur

Reputation: 819

It is not possible as of now. Possibly because the node searched further and loaded only when expanded. An Expand All button will be very slow. However, if you have can justify the need with your business case, the JDT UI team will be more than happy to provide it. Please open an enhancement request with them.

Upvotes: 0

Nicolas
Nicolas

Reputation: 2331

There is no button for that, but you can get very similar result by selecting the root (called method), then use the keyboard shortcut for expanding a tree: SHIFT+RIGHT_ARROW. Repeat several times, staying on the root, and all callers of the next level are shown.

It is a standard shortcut in Gnome applications (I'm on Ubuntu), so I don't know it this will work on other operating systems.

Upvotes: 5

Related Questions