Can't get "Fold empty packages" to work [message #722773] |
Tue, 06 September 2011 17:04  |
Eclipse User |
|
|
|
So I have package explorer set to hierarchical view and checked the "Fold empty packages..." option in the Java/Appearance preferences. However, the thing isn't folding the packages at all. I still end up with
- net
--- myco
----- MyFirstClass.java
----- MySecondClass.java
instead of
- net.myco
--- MyFirstClass.java
--- MySecondClass.java
In my project, the only thing in the folder corresponding to 'net' above, aside from the myco folder, is a .svn folder. However, this is not visible in package explorer. I tried messing a little with the filters, and I also tried adding exclusion patterns in the build path to screen out the .svn folders, but it didn't help.
Interestingly though, I have another project which looks like is configured the same way, but the folding is working fine.
Anybody have suggestions?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03038 seconds