[MonoDevelop] Web Reference AddIn Ready for release
Lluis Sanchez
lluis at ximian.com
Thu Aug 31 15:02:15 EDT 2006
El dv 25 de 08 del 2006 a les 13:45 +0100, en/na Gideon de Swardt va
escriure:
> Hi All
>
> Please find attached the latest source code for the Web Reference AddIn.
> The main update on this release is that I add support to refresh the Web
> reference folder when a web reference has been deleted from a project.
> The AddIn is now open for testing.
The add-in is looking great! Just a few comments about the code:
* In CodeGenerator, you should use the language binding
infrastructure to get a CodeDomProvider. DotNetProjects are
bound to a language binding, and language bindings can provide a
CodeDomProvider. In this way the add-in will work for any MD
supported language.
* Why doesn't the add-in support 1.1 projects?
* I tried adding a reference to localhost:8080, but it didn't
work.
* Please, don't embed Stetic generated code into your dialog.
Either use a .stetic file and a file generate from it, or use
Glade.
Lluis.
More information about the Monodevelop-list
mailing list