*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 18 May 2009 16:30:25 +0200
changeset 3891 e1e2624accf8
parent 3890 4c5c54cf856b
child 3892 610a0ff65806
*** empty log message ***
CodeView.st
--- a/CodeView.st	Mon May 18 16:30:07 2009 +0200
+++ b/CodeView.st	Mon May 18 16:30:25 2009 +0200
@@ -150,7 +150,9 @@
             col := self colOfX:x inVisibleLine:line.
             line := self visibleLineToAbsoluteLine:line.
 
-            self wordAtLine:line col:col do:[:selectLine :beginCol :endLine :endCol :flag |
+            self wordAtLine:line col:col do:[
+                :selectLine :beginCol :endLine :endCol :flag |
+
                 word := self listAt:selectLine from:beginCol to:endCol.
                 word notNil ifTrue:[
                     pointerOverWordAction value:word value:line value:col
@@ -319,5 +321,5 @@
 !CodeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.60 2008-12-09 18:48:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.61 2009-05-18 14:30:25 cg Exp $'
 ! !