#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Sun, 11 Aug 2019 11:50:51 +0200
changeset 18988 4d63ba5439f6
parent 18987 14868cd41569
child 18989 0b9f9764d6e7
#DOCUMENTATION by exept class: Tools::CodeView2 comment/format in: #flash:
Tools__CodeView2.st
--- a/Tools__CodeView2.st	Sun Aug 11 01:20:46 2019 +0200
+++ b/Tools__CodeView2.st	Sun Aug 11 11:50:51 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
               All Rights Reserved
@@ -2323,7 +2325,9 @@
     "Created: / 21-02-2014 / 16:57:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-flash: aString
+flash:aString
+    "flash the view and show aString for a moment."
+
     "delegated to my textview"
 
     textView flash:aString.