#OTHER by exept
authorClaus Gittinger <cg@exept.de>
Fri, 01 Nov 2019 05:49:50 +0100
changeset 3809 4f210d7fe0cb
parent 3808 f7777887c17c
child 3810 d4f7c137ffc4
#OTHER by exept comment/format in: #openDocumentation
TabListEditor.st
--- a/TabListEditor.st	Fri Nov 01 05:49:38 2019 +0100
+++ b/TabListEditor.st	Fri Nov 01 05:49:50 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
@@ -1723,7 +1725,9 @@
 !
 
 openDocumentation
-   self openHTMLDocument:'tools/uipainter/TabListEditor.html'.
+    "Called when <F1> is pressed"
+
+    self openHTMLDocument:'tools/uipainter/TabListEditor.html'.
 ! !
 
 !TabListEditor class methodsFor:'documentation'!