Re: Programmatic modification of update center URL
Ernest C Lötter <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Thank you Jarmo, this contains some useful other examples as well. Best regards, Ernest On 15/04/16 02:31, Jarmo Isotalo wrote: > This might be > helpful: https://github.com/testmycode/tmc-netbeans/blob/master/tmc-plugin/src/fi/helsinki/cs/tmc/actions/TmcModuleInstall.java#L105-L129 > > > -Jarmo > > On Thu, Apr 14, 2016 at 6:14 PM, Ernest C Lötter <[email protected] > <mailto:[email protected]>> wrote: > > Dear Group > > Is there a way to programmatically modify the URL of a saved update > center as available via Tools->Plugins->Settings ? My alternative > route > here is to make the change via an update of my module (which registers > the update center), however I'd like to give the user the option to do > this (in this unique case) by just running a particular action. Any > ideas will be greatly appreciated. > > Best regards, > Ernest > >