[Mono-list] Little Mono Addins documentation errata

Lluis Sanchez lluis at ximian.com
Mon Sep 10 13:10:20 EDT 2007


El dl 10 de 09 del 2007 a les 18:32 +0200, en/na José A. Salvador
Vanaclocha va escriure:
> Hi,
> 
> We are studying the mono addins architecture and  we have found a
> little errata in the documentation, we think.
> 
> Concretely at the host xml ExtensionNode element definition in the
> "Mono Addins Introduction" wich displays
> 
> "...
> <ExtensionPoint path = "/TextEditor/TypeExtensions/ICommand">
> 		<ExtensionNode objectType="ICommand"/>
> </ExtensionPoint>
> ..."
> 
> where may be it would say
> 
> "...
> <ExtensionPoint path = "/TextEditor/TypeExtensions/ICommand">
> 		<ExtensionNode NAME="COMMAND" objectType="ICommand"/>
> </ExtensionPoint>
> ..."
> 
> We show in uppercase the words we miss.
> 
> Other way, the sample won't can "cut & paste" to get some mini
> application works with the mono addins aproach so the xml addin
> definition shows like this:
> 
> "<Addin>
> 	<Runtime>
> 		<Import assembly="SampleAddin.dll"/>
> 	</Runtime>
> 	
> 	<Dependencies>
> 		<Addin id="TextEditor" version="1.0" />
> 	</Dependencies>
> 	
> 	<Extension path = "/TextEditor/TypeExtensions/ICommand">
> 		<Command type="HelloWorldExtension" />
> 	</Extension>	
> </Addin>"
> 
> This xml structure uses the xml node COMMAND miss at the addin host defintion.

You're right, thanks for noticing. It is now fixed.

Lluis.





More information about the Mono-list mailing list