Tools__NavigationState.st
changeset 15820 51e0d4036100
parent 15651 064faa82f63f
child 15825 462e872a3fb6
child 16469 cb6a0937d2ec
--- a/Tools__NavigationState.st	Fri Aug 28 15:49:19 2015 +0200
+++ b/Tools__NavigationState.st	Fri Aug 28 15:49:36 2015 +0200
@@ -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$'
 ! !