[MonoDevelop] "Extending the Project Pad" Example

Michael Hutchinson m.j.hutchinson at gmail.com
Fri Aug 13 13:21:57 EDT 2010


On Tue, Jul 27, 2010 at 7:46 AM, Eric Schaefer
<eric.schaefer at ericschaefer.org> wrote:
> Hi List,
>
> I am trying to wrap my head around MonoDevelop addins. I got the
> DateInserter Example working with some fiddling. But now I am
> completely stuck with the "Extending the Project Pad" example. Looks
> like every other class, method and property has moved somewhere else.
> Is there some document around that explains what the current (2.4)
> structure is? Any hints where to begin?
>
> Maybe as a first step: When overriding
> NodeBuilderExtension.BuildNode(), how do I get a hold of the types
> inside a ProjectFile?

You can get a file parse unit or a project type database from the
ProjectDomService (use the "Navigate to" command to find it).

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list