[Monodevelop-patches-list] r2554 - trunk/MonoDevelop/Extras/BooBinding
Peter Johanson <latexer@gentoo.org>
pjohanson at mono-cvs.ximian.com
Sat May 21 21:34:11 EDT 2005
Author: pjohanson
Date: 2005-05-21 21:34:11 -0400 (Sat, 21 May 2005)
New Revision: 2554
Modified:
trunk/MonoDevelop/Extras/BooBinding/BooShellPadContent.boo
trunk/MonoDevelop/Extras/BooBinding/ChangeLog
Log:
Change the pad placement to make finding the shell easier when first enabling it.
Modified: trunk/MonoDevelop/Extras/BooBinding/BooShellPadContent.boo
===================================================================
--- trunk/MonoDevelop/Extras/BooBinding/BooShellPadContent.boo 2005-05-21 19:52:15 UTC (rev 2553)
+++ trunk/MonoDevelop/Extras/BooBinding/BooShellPadContent.boo 2005-05-22 01:34:11 UTC (rev 2554)
@@ -56,3 +56,6 @@
_shellView.Dispose()
_scroller.Dispose()
+ override DefaultPlacement:
+ get:
+ return "Bottom"
Modified: trunk/MonoDevelop/Extras/BooBinding/ChangeLog
===================================================================
--- trunk/MonoDevelop/Extras/BooBinding/ChangeLog 2005-05-21 19:52:15 UTC (rev 2553)
+++ trunk/MonoDevelop/Extras/BooBinding/ChangeLog 2005-05-22 01:34:11 UTC (rev 2554)
@@ -1,5 +1,10 @@
2005-05-21 Peter Johanson <latexer at gentoo.org>
+ * BooShellPadContent.cs: Make the pad placement
+ easier to find when first viewing the shell.
+
+2005-05-21 Peter Johanson <latexer at gentoo.org>
+
* Parser/BooParser.boo: Move filename assignment to
after parsing is complete. Makes the class browser (mostly)
work now.
More information about the Monodevelop-patches-list
mailing list