class: Tools::NavigationState
authorClaus Gittinger <cg@exept.de>
Fri, 28 Aug 2015 15:49:36 +0200
changeset 15820 51e0d4036100
parent 15819 8418d59019da
child 15821 4cc5466ba247
class: Tools::NavigationState added: #cursorLineAndColumnLabelHolder
Tools__NavigationState.st
--- 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$'
 ! !