class: Tools::CodeView2
authorClaus Gittinger <cg@exept.de>
Wed, 29 May 2013 19:26:31 +0200
changeset 12797 7428626b7c4a
parent 12796 e0d4b5747ea9
child 12798 7a9cb502b326
class: Tools::CodeView2
Tools__CodeView2.st
--- a/Tools__CodeView2.st	Wed May 29 16:59:07 2013 +0200
+++ b/Tools__CodeView2.st	Wed May 29 19:26:31 2013 +0200
@@ -2758,7 +2758,7 @@
                         "/ not allow a cursor position beyond the end of line,
                         "/ so avoid that cursorLine:col: will force us to the beginning of the line
                         originalLine size < prevTab ifTrue:[
-                            list at:cursorLine put:ln
+                            self at:cursorLine put:ln
                         ]
                     ].
                     self cursorLine:cursorLine col:prevTab.
@@ -3449,15 +3449,15 @@
 !CodeView2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.73 2013-05-29 11:11:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.74 2013-05-29 17:26:31 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.73 2013-05-29 11:11:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.74 2013-05-29 17:26:31 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeView2.st,v 1.73 2013-05-29 11:11:30 cg Exp $'
+    ^ '$Id: Tools__CodeView2.st,v 1.74 2013-05-29 17:26:31 cg Exp $'
 ! !