[MonoDevelop] Code Templates
Michael Hutchinson
m.j.hutchinson at gmail.com
Sat Feb 3 20:00:34 EST 2007
On 2/4/07, John Anderson <sontek at gmail.com> wrote:
> Where are the code templates stored for MonoDevelop (when you say
> file->new). There isn't a masterpage template and I'd like to add one.
They're compiled into the AddIn assemblies.
If you look in Extras/AspNetAddIn, you'll see the templates in the
"Templates" subdirectory. You'll need to add a "FileTemplate" entry
to the AspNetAddIn.addin.xml file, and add them to Makefile.am and
AspNetAddIn.mdp so they get compiled into the assembly.
I'd be grateful if you could submit a patch.
--
Michael Hutchinson
http://mjhutchinson.com
More information about the Monodevelop-list
mailing list