Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] fix for resetting debug engine preferences

Hi Jae,

Since adding a method to a class is not a *breaking* API change (note: adding method to an interface is breaking one), I'm more than OK to go further with this change... Guys?

Kind Regards,
Andrey

----- Original Message -----
From: "Jae Gangemi" <jgangemi@xxxxxxxxx>
To: "DLTK Developer Discussions" <dltk-dev@xxxxxxxxxxx>
Sent: Monday, May 12, 2008 2:36:13 AM GMT +06:00 Almaty, Novosibirsk
Subject: [Dltk-dev] fix for resetting debug engine preferences


hello all - 

it looks like restoring the default values for debugging engines and the likes is currently broken. i have a fix for this, but it required me to add a new method to the DLTKContributionExtensionManager class so i can retrieve a contribution based solely on its configured priority in the plugin.xml. otherwise, if an id based IDLTKContributionSelector is in use, it will continue to use whatever the last saved value is. 

with the 1.0 ramp down policy in effect, i'm guessing that this change is prohibitted by the api freeze, so i wanted to see how to proceed. 

i've attached a patch so others can take a look. 

this patch also included a fix to automatically selected whatever the default global interpreter is, rather then the making the user explicitly pick one, but that is entirely an internal change. 

-- 
-jae 
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top