[MonoDevelop] monoquery patch for svn r2117

Todd Berman tberman@off.net
Thu, 06 Jan 2005 15:39:39 -0800


On Thu, 2005-01-06 at 15:01 -0800, Christian Hergert wrote:
> MD Team,
> 
> attached is a test patch for monoquery to svn release 2117. It is now
> placed in /Extras since todd has done significant source layout changes.
> Please test it out and send suggestions/comments. im usually available
> on irc as chrish01.
> 
> ~ chris

Couple things:

Some of the Exceptions seem to have tabbing issues.

Your makefile is basically broken.

#1) It wont copy the .addin.xml if it is changed.
#2) It is not isolated from potential future layout changes
#3) Any change in the .addin.xml that is deployed will force a rebuild
of the assembly.
#4) You use /pkg and a set of packages, you should be using the
variables that the configure.in script detects for those for you.

You should look at many of the example makefiles, that have all of these
things fixed.

What is the future plan for supporting/enhancing/finishing this addin?

For example, you use the MonoDevelop TreeView wrapper, which is a piece
of code I am hoping to remove at some point soon. And I noticed
many //FIXME/TODO type comments in the patch.

As far as committing this to the repository, You can speak to me either
over email or on irc about your plans for support/etc and once that is
resolved, commit as is, and patch the above mentioned issues.