Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Add Open action to the File menu?
Add Open action to the File menu? [message #122353] Wed, 03 September 2003 20:25 Go to next message
Eclipse UserFriend
Originally posted by: vgusev.graphlogic.com

Is it possible to add an Open action to File menu?

Thanks.

Vladimir
Re: Add Open action to the File menu? [message #122391 is a reply to message #122353] Wed, 03 September 2003 20:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: simon.ibm.oti.lab

You can add any actions you want to the File menu

Simon :-)

"Vladimir" <vgusev@graphlogic.com> wrote in message
news:bj5imd$ctk$1@eclipse.org...
> Is it possible to add an Open action to File menu?
>
> Thanks.
>
> Vladimir
>
>
Re: Add Open action to the File menu? [message #122401 is a reply to message #122391] Wed, 03 September 2003 20:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: vgusev.graphlogic.com

Cool, thanks - I did not find any examples.
"Simon Arsenault" <simon@ibm.oti.lab> wrote in message
news:bj5iv8$d79$1@eclipse.org...
> You can add any actions you want to the File menu
>
> Simon :-)
>
> "Vladimir" <vgusev@graphlogic.com> wrote in message
> news:bj5imd$ctk$1@eclipse.org...
> > Is it possible to add an Open action to File menu?
> >
> > Thanks.
> >
> > Vladimir
> >
> >
>
>
Re: Add Open action to the File menu? [message #122411 is a reply to message #122401] Wed, 03 September 2003 20:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: simon.ibm.oti.lab

There is an article "Contributing actions to the eclipse workbench" on the
eclipse.org web site you can look at

Simon :-)

"Vladimir" <vgusev@graphlogic.com> wrote in message
news:bj5jkk$ds1$1@eclipse.org...
> Cool, thanks - I did not find any examples.
> "Simon Arsenault" <simon@ibm.oti.lab> wrote in message
> news:bj5iv8$d79$1@eclipse.org...
> > You can add any actions you want to the File menu
> >
> > Simon :-)
> >
> > "Vladimir" <vgusev@graphlogic.com> wrote in message
> > news:bj5imd$ctk$1@eclipse.org...
> > > Is it possible to add an Open action to File menu?
> > >
> > > Thanks.
> > >
> > > Vladimir
> > >
> > >
> >
> >
>
>
Re: Add Open action to the File menu? [message #122420 is a reply to message #122411] Wed, 03 September 2003 20:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: vgusev.graphlogic.com

thanks again
"Simon Arsenault" <simon@ibm.oti.lab> wrote in message
news:bj5juf$e7b$1@eclipse.org...
> There is an article "Contributing actions to the eclipse workbench" on the
> eclipse.org web site you can look at
>
> Simon :-)
>
> "Vladimir" <vgusev@graphlogic.com> wrote in message
> news:bj5jkk$ds1$1@eclipse.org...
> > Cool, thanks - I did not find any examples.
> > "Simon Arsenault" <simon@ibm.oti.lab> wrote in message
> > news:bj5iv8$d79$1@eclipse.org...
> > > You can add any actions you want to the File menu
> > >
> > > Simon :-)
> > >
> > > "Vladimir" <vgusev@graphlogic.com> wrote in message
> > > news:bj5imd$ctk$1@eclipse.org...
> > > > Is it possible to add an Open action to File menu?
> > > >
> > > > Thanks.
> > > >
> > > > Vladimir
> > > >
> > > >
> > >
> > >
> >
> >
>
>
Re: Add Open action to the File menu? [message #122430 is a reply to message #122411] Wed, 03 September 2003 21:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: vgusev.graphlogic.com

I have managed to run Example 6: Adding actions to the default text
editor's menu bar by following the instructions in the article, then
creating a txt file and double-clicking on it. How would it possible to add
same action whenever a given custom perspective is open? Thanks.

Vladimir
"Simon Arsenault" <simon@ibm.oti.lab> wrote in message
news:bj5juf$e7b$1@eclipse.org...
> There is an article "Contributing actions to the eclipse workbench" on the
> eclipse.org web site you can look at
>
> Simon :-)
>
> "Vladimir" <vgusev@graphlogic.com> wrote in message
> news:bj5jkk$ds1$1@eclipse.org...
> > Cool, thanks - I did not find any examples.
> > "Simon Arsenault" <simon@ibm.oti.lab> wrote in message
> > news:bj5iv8$d79$1@eclipse.org...
> > > You can add any actions you want to the File menu
> > >
> > > Simon :-)
> > >
> > > "Vladimir" <vgusev@graphlogic.com> wrote in message
> > > news:bj5imd$ctk$1@eclipse.org...
> > > > Is it possible to add an Open action to File menu?
> > > >
> > > > Thanks.
> > > >
> > > > Vladimir
> > > >
> > > >
> > >
> > >
> >
> >
>
>
Re: Add Open action to the File menu? [message #127117 is a reply to message #122353] Thu, 11 September 2003 02:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ed.burnette.REMOVE.THIS.sas.com

Two projects on sourceforge do just that. See:

fileopen: http://www.eclipsepowered.org
filedrag: http://sourceforge.net/projects/sunshade/

--
Ed Burnette, co-author Eclipse in Action (www.manning.com/gallardo)

"Vladimir" <vgusev@graphlogic.com> wrote in message
news:bj5imd$ctk$1@eclipse.org...
> Is it possible to add an Open action to File menu?
>
> Thanks.
>
> Vladimir
>
>
Re: Add Open action to the File menu? [message #133939 is a reply to message #127117] Mon, 22 September 2003 15:59 Go to previous message
Eclipse UserFriend
Originally posted by: vgusev.graphlogic.com

Ed,
Thanks. I downloaded your fileopen plugin but I don't see Open menu item in
the File menu. Isn't it what I was supposed to see? Ctrl+O or Alt+O are also
not working. However I do see FileOpen plugin in the plugin registry view.

Vladimir
"Ed Burnette" <ed.burnette@REMOVE.THIS.sas.com> wrote in message
news:bjolvm$28o$1@eclipse.org...
> Two projects on sourceforge do just that. See:
>
> fileopen: http://www.eclipsepowered.org
> filedrag: http://sourceforge.net/projects/sunshade/
>
> --
> Ed Burnette, co-author Eclipse in Action (www.manning.com/gallardo)
>
> "Vladimir" <vgusev@graphlogic.com> wrote in message
> news:bj5imd$ctk$1@eclipse.org...
> > Is it possible to add an Open action to File menu?
> >
> > Thanks.
> >
> > Vladimir
> >
> >
>
>
Previous Topic:How do I resolve this eclipse compile problem
Next Topic:Contributing menu items to an existing editor at run-time
Goto Forum:
  


Current Time: Sun Jun 30 13:49:29 GMT 2024

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

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

Back to the top