What I want to do is just use eclipse explorer in a hierarchical view, but with an empty dropped package, so I don't need to open 5+ packages to find the first Java file.
I’m not even sure how I did it in previous versions, but I never had a problem with the search, first of all, it seems that this is not so. I have a feeling that somewhere there is a tick "smooth the hierarchy."
To clarify, I get the following:
com
example
etc
file1.java
Instead
com.example.etc
file1.java
I am using Eclipse Indigo (v. 3.7.1)

source
share