#DOCUMENTATION by mawalch
authormawalch
Wed, 07 Jun 2017 17:25:12 +0200
changeset 6168 02556ee274e9
parent 6167 e9ee9ad33c30
child 6169 80aa1b240a75
#DOCUMENTATION by mawalch class: SelectionInListView comment/format in: #selectNext
SelectionInListView.st
--- a/SelectionInListView.st	Wed Jun 07 16:35:37 2017 +0200
+++ b/SelectionInListView.st	Wed Jun 07 17:25:12 2017 +0200
@@ -3929,13 +3929,14 @@
 !
 
 selectNext
-    "select next line or first visible if there is currrently no selection.
+    "select next line or first visible if there is currently no selection.
      Wrap at end. 
      Model and/or actionBlock notification IS done."
 
     self selection:(self nextAfterSelection)
 
-    "Modified: 15.11.1996 / 17:01:27 / cg"
+    "Modified: / 15-11-1996 / 17:01:27 / cg"
+    "Modified (comment): / 07-06-2017 / 17:20:39 / mawalch"
 !
 
 selectPrevious