Tools__NavigationState.st
changeset 15820 51e0d4036100
parent 15651 064faa82f63f
child 15825 462e872a3fb6
child 16469 cb6a0937d2ec
equal deleted inserted replaced
15819:8418d59019da 15820:51e0d4036100
   717         cursorColLabelHolder := BlockValue 
   717         cursorColLabelHolder := BlockValue 
   718                                     with:[:v | v printString]
   718                                     with:[:v | v printString]
   719                                     argument:self codeView cursorColHolder.
   719                                     argument:self codeView cursorColHolder.
   720     ].
   720     ].
   721     ^ cursorColLabelHolder
   721     ^ cursorColLabelHolder
       
   722 !
       
   723 
       
   724 cursorLineAndColumnLabelHolder
       
   725     ^ self codeView cursorLineAndColumnLabelHolder.
   722 !
   726 !
   723 
   727 
   724 cursorLineLabelHolder
   728 cursorLineLabelHolder
   725     cursorLineLabelHolder isNil ifTrue:[
   729     cursorLineLabelHolder isNil ifTrue:[
   726 "/        self codeView isNil ifTrue:[^ nil].
   730 "/        self codeView isNil ifTrue:[^ nil].
  1722 ! !
  1726 ! !
  1723 
  1727 
  1724 !NavigationState class methodsFor:'documentation'!
  1728 !NavigationState class methodsFor:'documentation'!
  1725 
  1729 
  1726 version
  1730 version
  1727     ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigationState.st,v 1.61 2015-05-20 10:27:52 cg Exp $'
  1731     ^ '$Header$'
  1728 !
  1732 !
  1729 
  1733 
  1730 version_CVS
  1734 version_CVS
  1731     ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigationState.st,v 1.61 2015-05-20 10:27:52 cg Exp $'
  1735     ^ '$Header$'
  1732 !
  1736 !
  1733 
  1737 
  1734 version_SVN
  1738 version_SVN
  1735     ^ '$Id: Tools__NavigationState.st,v 1.61 2015-05-20 10:27:52 cg Exp $'
  1739     ^ '$Id$'
  1736 ! !
  1740 ! !
  1737 
  1741 
  1738 
  1742 
  1739 NavigationState initialize!
  1743 NavigationState initialize!