Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] LCD need

Hi there.

I'm working on a plugin that has need for the user to select a 
LaunchConfiguration.  It's possible he'll need to create the Configuration if 
one doesn't exist.  Either way, the configuration needs to be from a 
particular set of LaunchConfigurationTypes.

Now, I can see three different solutions to this:
1) Depend on debug.ui.internal classes.
2) Reimplement a lot of what the internals has in it already.
3) Build a new API that's based on the internals, and convince "you folk" that 
it should be acccepted and made part of the debug.ui plugin.

#3 is my preference.  But, I don't want to go down that road if it's not 
likely to be accepted.  So, do you think such code would likely be accepted?

David Corbin
P.S.   If you think I'm making this harder than needs to be, please tell me.



Back to the top