Tools__NavigationState.st
branchjv
changeset 15825 462e872a3fb6
parent 15653 1a50d41800d9
parent 15820 51e0d4036100
child 16570 dc5e958a20dc
--- a/Tools__NavigationState.st	Mon Aug 31 09:35:59 2015 +0100
+++ b/Tools__NavigationState.st	Tue Sep 01 06:43:01 2015 +0100
@@ -721,6 +721,10 @@
     ^ cursorColLabelHolder
 !
 
+cursorLineAndColumnLabelHolder
+    ^ self codeView cursorLineAndColumnLabelHolder.
+!
+
 cursorLineLabelHolder
     cursorLineLabelHolder isNil ifTrue:[
 "/        self codeView isNil ifTrue:[^ nil].
@@ -1724,15 +1728,15 @@
 !NavigationState class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigationState.st,v 1.61 2015-05-20 10:27:52 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigationState.st,v 1.61 2015-05-20 10:27:52 cg Exp $'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '$Id: Tools__NavigationState.st,v 1.61 2015-05-20 10:27:52 cg Exp $'
+    ^ '$Id$'
 ! !