Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Startup Extension Point Help
Startup Extension Point Help [message #104792] Tue, 14 October 2003 21:43 Go to next message
Eclipse UserFriend
Originally posted by: derisor.arcor.de

I am creating a plugging where I need to set a system property before the view
starts up. I implemented the startup extension point, but my view starts before
this is run. In essence, the plugging is a system properties helper that the
user can store preferences of system properties to set when the workbench starts
up. They will define these preferences in a preference page and the system
properties will be viewable in a view at the bottom.

Currently, the properties set in the startup method are set properly but I have
to refresh the view to get the new ones to show up. Is there a way that I can
make sure the properties the user defines are run BEFORE the views start up.

-- Robert
Re: Startup Extension Point Help [message #105161 is a reply to message #104792] Wed, 15 October 2003 07:12 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Robert Simmons wrote:

>I am creating a plugging where I need to set a system property before the view
>starts up. I implemented the startup extension point, but my view starts before
>this is run. In essence, the plugging is a system properties helper that the
>user can store preferences of system properties to set when the workbench starts
>up. They will define these preferences in a preference page and the system
>properties will be viewable in a view at the bottom.
>
>Currently, the properties set in the startup method are set properly but I have
>to refresh the view to get the new ones to show up. Is there a way that I can
>make sure the properties the user defines are run BEFORE the views start up.
>
>
This is not a JDT specific question. Either ask on eclipse.platform or
file a bug report: I would expect my plug-in's startup code be called
before any other of my code.

Dani

>-- Robert
>
>
>
>
Previous Topic:Use of CompositeActionGroup
Next Topic:How to open the same file twice.
Goto Forum:
  


Current Time: Sat Jun 07 14:08:07 EDT 2025

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

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

Back to the top