Explorer View [message #171770] |
Wed, 17 December 2003 17:44  |
Eclipse User |
|
|
|
I am implementing an entire perspective and am looking for the best way to
implement the directory structure view. I currently have created my own
ViewPart that has a Tree Viewer, but I loose the pop up menu with copy,
paste, team, etc. Is there a better way to do this???
I am looking to do something very similar to Java, where each file expands
into procedures, variables, etc.. So the obvious solution is copy Java's
Package Explorer, but this seems huge and I have to believe that there is
a better/easier way.
Please help.
|
|
|
Re: Explorer View [message #171911 is a reply to message #171770] |
Thu, 18 December 2003 08:18  |
Eclipse User |
|
|
|
Probably, more simple example you can find in cdt project in CView
implementation (see org.eclipse.cdt.internal.ui.cview package in
org.eclipse.cdt.ui plugin) .
Mike Winston wrote:
> I am implementing an entire perspective and am looking for the best way to
> implement the directory structure view. I currently have created my own
> ViewPart that has a Tree Viewer, but I loose the pop up menu with copy,
> paste, team, etc. Is there a better way to do this???
>
> I am looking to do something very similar to Java, where each file expands
> into procedures, variables, etc.. So the obvious solution is copy Java's
> Package Explorer, but this seems huge and I have to believe that there is
> a better/easier way.
>
> Please help.
>
|
|
|
Powered by
FUDForum. Page generated in 0.02830 seconds