'Navigate' menu [message #169410] |
Thu, 11 December 2003 15:26  |
Eclipse User |
|
|
|
We've built a view, an editor, and a perspective to hold them.
Some user feedback we received was that it would be nice to have a more
direct way to open files for editing. In short, we'd like to have
something like the
Navigate -> Open Resource
functionality enabled. It seems to me that this is the sort of action
which should be associated with a perspective, but I have been unable to
find any info about it in the articles or javadoc.
Can someone clue me in as to how to accomplish this?
--dave
|
|
|
Re: 'Navigate' menu [message #169415 is a reply to message #169410] |
Thu, 11 December 2003 15:42  |
Eclipse User |
|
|
|
In the definition of your plugin.xml you can define a perspective extension
that specifies that you would like to have the Navigate action set (Open
resource etc).
The id of the navigate action set is "org.eclipse.ui.NavigateActionSet"
See the plugin.xml of org.eclipse.debug.ui for an example.
HTH
Darins
"David Bailey" <david.bailey@lawson.com> wrote in message
news:brajue$a66$1@eclipse.org...
> We've built a view, an editor, and a perspective to hold them.
>
> Some user feedback we received was that it would be nice to have a more
> direct way to open files for editing. In short, we'd like to have
> something like the
>
> Navigate -> Open Resource
>
> functionality enabled. It seems to me that this is the sort of action
> which should be associated with a perspective, but I have been unable to
> find any info about it in the articles or javadoc.
>
> Can someone clue me in as to how to accomplish this?
>
> --dave
>
|
|
|
Powered by
FUDForum. Page generated in 0.03738 seconds