Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » 'Navigate' menu
'Navigate' menu [message #169410] Thu, 11 December 2003 15:26 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
>
Previous Topic:3.0 M5 "Generate Getters and Setters..." problem
Next Topic:how to get an IProcess view of a Process value?
Goto Forum:
  


Current Time: Mon Jun 02 08:58:40 EDT 2025

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

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

Back to the top