class: EditTextView
authorClaus Gittinger <cg@exept.de>
Fri, 28 Aug 2015 15:46:25 +0200
changeset 5400 c8c25c1392f7
parent 5399 22d3682235f9
child 5401 66cc0e730639
class: EditTextView added: #cursorLineAndColumnLabelHolder removed: #cursorLineAndColumnInfoHolder
EditTextView.st
--- a/EditTextView.st	Fri Aug 28 15:32:47 2015 +0200
+++ b/EditTextView.st	Fri Aug 28 15:46:25 2015 +0200
@@ -1358,7 +1358,7 @@
     ^ cursorLine
 !
 
-cursorLineAndColumnInfoHolder
+cursorLineAndColumnLabelHolder
     "return a valueHolder for the cursors line and column as an info string
      of the form 'line : col'. 
      This can be used directly as a model for a GUI label showing the cursor position (eg in the lower right)"