Hi Dimitris, That is a good place to start, yes. The version numbers for dependencies would need updating, but everything else still applies. Other articles on the MD site have not aged as well, so if you have questions about how to do specific things, please ask on the MonoDevelop mailing list and we can point you at examples.
You can find a few more recent tips here: http://stackoverflow.com/questions/9669210/how-to-write-an-add-in-for-monodevelop-2-8/9670814#9670814 In particular I would recommend using a custom execution command with the MONODEVELOP_DEV_ADDINS env var, so you can debug the addin. -- Michael On 25 March 2012 07:29, Dimitris Tavlikos <[email protected]> wrote: > Hi Jeff, > > Any help is much appreciated, thanks! > > Dimitris Tavlikos > Software Developer > Author of "iOS Development using MonoTouch Cookbook" > Email: [email protected] > Twitter: http://twitter.com/#!/dtavlikos > Blog: http://software.tavlikos.com > > > > > > > > On 24 Mar 2012, at 10:09 PM, Jeff Stedfast wrote: > >> Hi Dimitri, >> >> That wiki page looks like it is still accurate to me, but I've Cc'd someone >> who would know better. >> >> Jeff >> >> On Fri, Mar 23, 2012 at 2:02 PM, Dimitris Tavlikos <[email protected]> wrote: >> Hi all, >> >> I want to create a MonoDevelop add-in for MonoTouch projects. >> >> Is this http://monodevelop.com/Developers/Articles/Creating_a_Simple_Add-in >> a good place to start? >> I am only asking because that page is a bit old ... >> >> Thanks, >> >> Dimitris Tavlikos >> Software Developer >> Author of "iOS Development using MonoTouch Cookbook" >> Email: [email protected] >> Twitter: http://twitter.com/#!/dtavlikos >> Blog: http://software.tavlikos.com >> >> >> >> >> >> >> >> _______________________________________________ >> MonoTouch mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monotouch >> > _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
