[Monodevelop-devel] "add file" template
Michael Hutchinson
m.j.hutchinson at gmail.com
Thu Feb 3 01:33:00 EST 2011
2011/2/2 Gianluca Masone <gianluca.masone at gmail.com>:
> I want to develop a new kind of "add file" template (like "C# Class").
> How ca I do?
> I didn't find any article or resource!
> Thanks
> GM
You must create a simple addin to register the .xft.xml file. The
addin doesn't need to have any code, it only needs an .addin.xml
manifest.
For some information on creating addins, see:
http://monodevelop.com/Developers/Articles/Addin_development_basics
For an example of an addin that does not have code but only templates,
see the OpenOddiceSamples addin:
https://github.com/mono/monodevelop/tree/master/extras/OpenOfficeSamples
There are many examples of .xft.xml template files throughout the MD
source tree.
--
Michael Hutchinson
http://mjhutchinson.com
More information about the Monodevelop-devel-list
mailing list