Launch Framework newbie questions [message #198014] |
Thu, 19 February 2004 21:09 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.02490 seconds