[MonoDevelop] Change default AddIns path

Bruno Orcha García gimcoo at gmail.com
Mon Mar 26 17:40:29 EDT 2007


Anybody knows how to change the default AddIns path?. I'm developing a
application using MonoDevelop.Core and i need change the default AddIns
directory _only_ for my application.

In MonoDevelop.Core.AddIns/AddInServices.cs:84  exists this:

addInDirs = System.Configuration.ConfigurationSettings.GetConfig
("AddInDirectories") as ArrayList;


But i think the AddInDirectories in MonoDevelop.exe.config isn't working
at the moment.



More information about the Monodevelop-list mailing list