[MonoDevelop] MonoDevelop Addin

Michael Hutchinson m.j.hutchinson at gmail.com
Sat Feb 5 14:08:23 EST 2011


On Fri, Feb 4, 2011 at 1:53 PM, aalmada <antao.almada at ydreams.com> wrote:
> I'm developing my first addin and I'm having an hard time understanding when
> it's being loaded. Is it loaded every time or is there a cache?

There is a metadata cache but it's supposed to be updated when the
addins change. You could try deleting it - it's in
~/.config/MonoDevelop/addin-db-001/ on Linux and Mac,
AppData\Roaming\MonoDevelop\addin-db-001 on Windows 7.

> I've deleted the addin DLL but the "Add-in Manager" still lists it.

That's very off, are you sure there isn't another copy of the dll that
the addin scan in picking up?

> I searched this forum and found a reference to a "mdtool reg-build -v"
> command. Looks like mdtool is now called mdrun (when executing it, the help
> shown still mentions mdtool) but there is no reg-build option.

Yes, the exe is called "mdrun.exe" for some reason, but the wrapper
scripts on Mac and Linux are called "mdtool". We should probably
rename it to make it consistent for Windows users.

I think it should be "mdtool setup reg-build -v"

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list