Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » 'Navigate' menu
'Navigate' menu [message #169410] Thu, 11 December 2003 20:26 Go to next message
David Bailey is currently offline David BaileyFriend
Messages: 45
Registered: July 2009
Member
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 20:42 Go to previous message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
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: Sat Jul 13 16:58:42 GMT 2024

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

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

Back to the top