Reputation: 11730
I've been using IntelliJ IDEA for some time, and recently I've been using Eclipse Kepler for my Java needs. One thing is driving me crazy though and I'm hoping there is a quick fix:
How can I make eclipse look like IDEA for its package listings? I find the flat display a giant distraction and need to get it looking better.
Compare this in IDEA:
to this in eclipse:
Upvotes: 1
Views: 228
Reputation: 24370
There should be the standard view settings triangle somewhere in the package manager. Click it and go to "Package Presentation", and select "Hierarchical".
Upvotes: 1
Reputation: 1487
Package Explorer / View Menu (Ctrl-F10) / Package Presentation... / Hierarchical
Upvotes: 5