[Monodevelop-patches-list] r2670 - trunk/MonoDevelop/Extras/BooBinding

Peter Johanson <latexer@gentoo.org> pjohanson at mono-cvs.ximian.com
Mon Jul 18 21:51:57 EDT 2005


Author: pjohanson
Date: 2005-07-18 21:51:57 -0400 (Mon, 18 Jul 2005)
New Revision: 2670

Modified:
   trunk/MonoDevelop/Extras/BooBinding/BooBinding.addin.xml
   trunk/MonoDevelop/Extras/BooBinding/ChangeLog
Log:
Put the boo shell on the bottom by default, and fix my previous ChangeLog entry.


Modified: trunk/MonoDevelop/Extras/BooBinding/BooBinding.addin.xml
===================================================================
--- trunk/MonoDevelop/Extras/BooBinding/BooBinding.addin.xml	2005-07-19 01:48:49 UTC (rev 2669)
+++ trunk/MonoDevelop/Extras/BooBinding/BooBinding.addin.xml	2005-07-19 01:51:57 UTC (rev 2670)
@@ -70,7 +70,7 @@
   </Extension>
 
   <Extension path = "/SharpDevelop/Workbench/Pads">
-	<Pad id = "BooBinding.Pads.BooShellPadContent" class = "BooBinding.Pads.BooShellPadContent"/>
+	<Pad id = "BooBinding.Pads.BooShellPadContent" class = "BooBinding.Pads.BooShellPadContent" defaultPlacement = "Bottom"/>
   </Extension>
 
   <Extension path = "/SharpDevelop/Workbench/Contexts/Edit">

Modified: trunk/MonoDevelop/Extras/BooBinding/ChangeLog
===================================================================
--- trunk/MonoDevelop/Extras/BooBinding/ChangeLog	2005-07-19 01:48:49 UTC (rev 2669)
+++ trunk/MonoDevelop/Extras/BooBinding/ChangeLog	2005-07-19 01:51:57 UTC (rev 2670)
@@ -1,5 +1,9 @@
-2005-07-18  Lluis Sanchez Gual  <lluis at novell.com>
+2005-07-18  Peter Johanson  <latexer at gentoo.org>
 
+	* BooBinding.addin.xml: Put the boo shell on the bottom by default.
+
+2005-07-18  Peter Johanson  <latexer at gentoo.org>
+
 	* Parser/Resolver.boo:
 	* BooLanguageBinding.boo: Remove some extraneous ';' characters, and
 	use the new 'char()' literal instead of the previous hack for getting




More information about the Monodevelop-patches-list mailing list