[Monodevelop-patches-list] r2735 - in trunk/MonoDevelop/Extras/BooBinding: . Gui
Peter Johanson <latexer@gentoo.org>
pjohanson at mono-cvs.ximian.com
Wed Aug 10 17:09:22 EDT 2005
Author: pjohanson
Date: 2005-08-10 17:09:22 -0400 (Wed, 10 Aug 2005)
New Revision: 2735
Modified:
trunk/MonoDevelop/Extras/BooBinding/ChangeLog
trunk/MonoDevelop/Extras/BooBinding/Gui/ShellTextView.boo
Log:
Fix small problem with blank lines being accept as input for the shell.
Modified: trunk/MonoDevelop/Extras/BooBinding/ChangeLog
===================================================================
--- trunk/MonoDevelop/Extras/BooBinding/ChangeLog 2005-08-10 18:48:36 UTC (rev 2734)
+++ trunk/MonoDevelop/Extras/BooBinding/ChangeLog 2005-08-10 21:09:22 UTC (rev 2735)
@@ -1,5 +1,10 @@
2005-08-10 Peter Johanson <latexer at gentoo.org>
+ * Gui/ShellTextView.boo: Fix small problem with
+ blank lines being accept, and causing errors in the interpreter.
+
+2005-08-10 Peter Johanson <latexer at gentoo.org>
+
* Parser/ExpressionTypeVisitor.boo:
* Parser/Resolver.boo:
* Parser/ReturnType.boo:
Modified: trunk/MonoDevelop/Extras/BooBinding/Gui/ShellTextView.boo
===================================================================
--- trunk/MonoDevelop/Extras/BooBinding/Gui/ShellTextView.boo 2005-08-10 18:48:36 UTC (rev 2734)
+++ trunk/MonoDevelop/Extras/BooBinding/Gui/ShellTextView.boo 2005-08-10 21:09:22 UTC (rev 2735)
@@ -288,7 +288,7 @@
else:
_scriptLines += "\n${InputLine}"
- processInput (InputLine)
+ processInput (InputLine)
return true
// The next two cases handle command history
More information about the Monodevelop-patches-list
mailing list