Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How to see classes font different source folders in same package tree ?
How to see classes font different source folders in same package tree ? [message #44600] Fri, 30 May 2003 09:51 Go to next message
Eclipse UserFriend
Hello,

I'm using eclipse with many source folders. It works fine except that in the
package explorer, I can't manage to see all my classes in a same tree.

Source structure :

MainProject
|
|- directory1--|--src--com--test--Classe1.java
| |
| |...
|
|- directory2--|--src--com--test--Classe2.java
|
|...

What I'would like to have in the Package view is :

MainProject
|
|- com--test-- |--Classe1.java
|
|--Classe2.java

At the moment, my package view looks like my ressources view...

Any idea ?
Re: How to see classes font different source folders in same package tree ? [message #44727 is a reply to message #44600] Fri, 30 May 2003 10:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Philippe Chaléat wrote:

>Hello,
>
>I'm using eclipse with many source folders. It works fine except that in the
>package explorer, I can't manage to see all my classes in a same tree.
>
You cannot do this in the Package Explorer but you can use the Java
Browsing perspective to achieve this (though not in a tree).

HTH
Dani
Re: How to see classes font different source folders in same package tree ? [message #45309 is a reply to message #44600] Fri, 30 May 2003 16:19 Go to previous message
Eclipse UserFriend
Originally posted by: wegener.cboenospam.com

Philippe Chaléat wrote:

> Hello,

> I'm using eclipse with many source folders. It works fine except that in the
> package explorer, I can't manage to see all my classes in a same tree.

> Source structure :

> MainProject
> |
> |- directory1--|--src--com--test--Classe1.java
> | |
> | |...
> |
> |- directory2--|--src--com--test--Classe2.java
> |
> |...

> What I'would like to have in the Package view is :

> MainProject
> |
> |- com--test-- |--Classe1.java
> |
> |--Classe2.java

> At the moment, my package view looks like my ressources view...

> Any idea ?



If you select the project root in the project view, the package view
should show all packages in the project. Selecting the com.test package
should show classes from both source directories.
Previous Topic:Code Assist Javadoc Hover
Next Topic:Java debugger doesn't start
Goto Forum:
  


Current Time: Fri May 02 06:42:24 EDT 2025

Powered by FUDForum. Page generated in 0.03372 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top