Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to launch plug-in when eclipse started?
How to launch plug-in when eclipse started? [message #212290] Wed, 17 March 2004 09:29 Go to next message
Eclipse UserFriend
Originally posted by: marko.itkonen.sysline.com

Hi,

I am making plug-in which needs to create menu items dynamically at eclipse
startup.

Can anyone tell me how can I make plug-in that runs at eclipse startup?

Thanks, Marko.
Re: How to launch plug-in when eclipse started? [message #212298 is a reply to message #212290] Wed, 17 March 2004 09:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: marko.itkonen.sysline.com

I found the solution just after I send this.

thanks anyway.



"Marko Itkonen" <marko.itkonen@sysline.com> wrote in message
news:c39n4s$uoi$1@eclipse.org...
> Hi,
>
> I am making plug-in which needs to create menu items dynamically at
eclipse
> startup.
>
> Can anyone tell me how can I make plug-in that runs at eclipse startup?
>
> Thanks, Marko.
>
>
Re: How to launch plug-in when eclipse started? [message #212365 is a reply to message #212298] Wed, 17 March 2004 12:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sandipchitale.fairisaac.com

It may be a good idea to share what solution you found :)

Anyway, I think it is the implementation of:

---
org.eclipse.ui.IStartup

Plugins that register a startup extension will be activated after the
Workbench initializes and
have an opportunity to run code that can't be implemented using the normal
contribution
mechanisms.
---

There is a caveat though. The user may explicitly ask to not start the
plug-in using the
Workbench:Startup preference.

"Marko Itkonen" <marko.itkonen@sysline.com> wrote in message
news:c39no2$vic$1@eclipse.org...
> I found the solution just after I send this.
>
> thanks anyway.
>
>
>
> "Marko Itkonen" <marko.itkonen@sysline.com> wrote in message
> news:c39n4s$uoi$1@eclipse.org...
> > Hi,
> >
> > I am making plug-in which needs to create menu items dynamically at
> eclipse
> > startup.
> >
> > Can anyone tell me how can I make plug-in that runs at eclipse startup?
> >
> > Thanks, Marko.
> >
> >
>
>
Re: How to launch plug-in when eclipse started? [message #212936 is a reply to message #212365] Thu, 18 March 2004 10:32 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Another caveat is that you really should think again about doing this.
Each startup hook will just make start up take longer. Most of the time
it is not really necessary.


--
Thanks, Rich Kulp

Previous Topic:[ANN] MyEclipse 3.7 for Eclipse 3.0 M7 now available for download
Next Topic:Team Sync:Way to not view added files?
Goto Forum:
  


Current Time: Thu Nov 06 03:36:13 EST 2025

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

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

Back to the top