[MonoDevelop] Code Templates
John Anderson
sontek at gmail.com
Sat Feb 3 20:42:42 EST 2007
Is there a reason you decided to compile the templates into the dll itself
rather than loading them when md does from a directory? It'd make things a
lot more extensible and you wouldn't have to define them in multiple
locations (makefile, addin.xml).
Thanks,
John
On 2/3/07, Michael Hutchinson <m.j.hutchinson at gmail.com> wrote:
>
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20070203/debd8bba/attachment.html
More information about the Monodevelop-list
mailing list