[MonoDevelop] code completion database druid

Todd Berman tberman@sevenl.net
Tue, 24 Feb 2004 13:40:19 -0500


I committed this patch to svn this morning with two modifications.

1) It uses the ConfigDirectory instead of DataDirectory (In the users
homedir).
2) It restarts MD after it generates to decrease our memory usage.

I am rolling a new snap now as well.

Iain, if you can find me on irc whenever you get a chance, I would
appreciate it :)

--Todd

On Tue, 2004-02-24 at 09:55, Iain McCoy wrote:
> Hello,
> 
> I've attached my druid patch; it seems to work fine against r1002. I
> think it does pretty much what you'd expect. There's a few bits of code
> in there that need to be revised - I plan to do that, I just thought I'd
> submit something that worked before the release.
> 
> This basically tears out the entire code completion wizard system and
> replaces it. There's a bunch of reused bits of old code, especially in
> the various database generators themselves.
> 
> It seems to do the right things and generally work as expected, but I
> wouldn't be surprised to find that my testing has missed something
> crucial :)
> 
> Cheers,