#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Thu, 30 Jan 2020 12:49:48 +0100
changeset 6809 1962a5ee3a4e
parent 6808 8cdcbe6175ef
child 6810 ddebfcfad415
#DOCUMENTATION by exept class: EditField comment/format in: #visibleAt:
EditField.st
--- a/EditField.st	Thu Jan 30 12:49:38 2020 +0100
+++ b/EditField.st	Thu Jan 30 12:49:48 2020 +0100
@@ -2470,7 +2470,8 @@
 
 visibleAt:visLineNr
     "return the string at lineNr for display.
-     If there is a password character, return a string consisting of those only."
+     If there is a password character, return a string consisting of those only.
+     visLineNr is a visible lineNr (i.e. not the absolute lineNr)"
 
     |s emptyText|