[MonoDevelop] managed dock

jeroen@xs4all.nl jeroen@xs4all.nl
Mon, 7 Mar 2005 09:16:27 +0100 (CET)


Cool dude!

So i assume it's no longer unstable when you dock/undock items? Previous
code (perhaps gtk# was the culprit) has a random crash where the GC tried
to collect something that was already destroyed/disposed (something like
that).

IIRC this problem showed it's head after redocking and waiting for the GC
to activate.

Jeroen

> Hey all,
> 	I've been working on finishing the C# version of the gdl dock recently
> and it's pretty much working now.  I only expect there to be minor bugs
> and perhaps some performance problems remaining.  Thanks to Todd and
> Jeroen for doing the hard parts earlier.
>
> If some people try it out and report no major problems perhaps it can be
> switched to, otherwise it should wait a bit to be committed.
>
> To try it out:
> cd MonoDevelop/Unused/Gdl/
> make
> cd MonoDevelop/Core/src/Base
> make clean
> patch -p0 < dock.patch
> make
> cd MonoDevelop/build/bin
> mono MonoDevelop.exe
>