Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Launch Framework newbie questions
Launch Framework newbie questions [message #198014] Thu, 19 February 2004 21:09
Eclipse UserFriend
Originally posted by: phil.williams.toadmail.com

I have been building a plugin and am in the final stages. I am trying
to implement a custom launch configuration type and must be missing
something pretty basic.

I have been following along in the articles on eclipse.org and have been
able to create extensions for my own config type, config type image, and
config type tab group. I have a basic createControl implemented on the
tab group and all that is working when I choose Run... from the debug menu.

What I am missing is where the ILaunchConfiguration class gets
initialized and implemented. For instance, say that I have two
properties for my launch config, "host" and "port" My plugin defines
these as preferences and I want to use these preferences. Should I just
have calls in setDefaults in the tab group and ignore the config that is
passed to that method? Or is there a way to instantiate some class that
implements the ILaunchConfiguration and sets the defaults in there and
then simply get the values off of the config and set the widgets
appropriately.

I hope that this makes sense as I am completely stumped at the moment.

Thanks in advance,
Phil
Previous Topic:How can I import code from Java project into plug-in project without copying jar ?
Next Topic:Creating a View of a Project
Goto Forum:
  


Current Time: Fri Nov 08 22:39:23 GMT 2024

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

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

Back to the top