[MonoDevelop] DockLayout

John Luke john.luke@gmail.com
Sun, 08 May 2005 18:22:46 -0400


Hello,
On Sun, 2005-05-08 at 22:51 +0200, Jacob Ilsø Christensen wrote:
> Hi.
> 
> It seems that MonoDevelop does not remember the size of your Task List
> window. Is that thing being looked at? One has to look at
> MonoDevelop.Dock to fix it, right?

Yes, there is a whole placeholder portion of the dock that is not
complete yet that is causing a few bugs like this. See the TODO file for
it and feel free to ask any questions if you want to take a crack at it.
I have a partial patch for it which is basically removing the Automatic
flag from DockPlaceholder and then fixing regressions.

> Oh, and another question. Is there any planning going on to find out
> what features should go in next? Urgent bugs etc.?

Mostly in bugzilla, there is some stuff on the wiki but it seems down.

> One last thing. :-) I see there is a solution file for
> MonoDevelop.Dock. Shouldn't there be one for each assembly? Would be
> cool to develop all of MonoDevelop in MonoDevelop.

Yes, there is only a lingering issue of keeping the project files in
sync with the auto* stuff, but I think we should just add them now to
encourage their use.