Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » how to load my plugin at launch time
how to load my plugin at launch time [message #242892] Thu, 20 May 2004 18:14 Go to next message
Marcos López is currently offline Marcos LópezFriend
Messages: 75
Registered: July 2009
Member
Plugins are loaded the precise moment they are going to be used, but i
want to load when eclipse launches. how can i do it?
Re: how to load my plugin at launch time [message #242911 is a reply to message #242892] Thu, 20 May 2004 18:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: smesh.openrules.com

http://www.google.com/search?hl=en&ie=UTF-8&q=org.ec lipse.ui.startup

--
Sam Mesh - http://openrules.com


Marcos Lopez wrote:
> Plugins are loaded the precise moment they are going to be used, but i
> want to load when eclipse launches. how can i do it?
>
Re: how to load my plugin at launch time [message #242921 is a reply to message #242911] Thu, 20 May 2004 18:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

However, make sure you really need to be loaded at startup. Startup is
slow enough as it is and just adding more to it will slow it down even more.

The use of this mechanism is discouraged except for rare cases where it
must be done that way.


--
Thanks, Rich Kulp

Re: how to load my plugin at launch time [message #242962 is a reply to message #242921] Thu, 20 May 2004 20:19 Go to previous message
Eclipse UserFriend
Originally posted by: Marko.Schulz.gmx.de

Rich Kulp wrote:
> However, make sure you really need to be loaded at startup. Startup is
> slow enough as it is and just adding more to it will slow it down even
> more.
>
> The use of this mechanism is discouraged except for rare cases where it
> must be done that way.

And even when you use this mechanism, program defensive. Don't rely on
your plug-in being loaded at startup, the user may override this.

marko
Previous Topic:Bootloader.inDevelopmentMode replacement. How do I get to it?
Next Topic:Where should I post a bug?
Goto Forum:
  


Current Time: Thu Oct 10 23:27:35 GMT 2024

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

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

Back to the top