#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 07 Mar 2019 10:42:40 +0100
changeset 6031 608583d9fea7
parent 6030 9e4e79cbc322
child 6032 6f88e34cb865
#DOCUMENTATION by cg class: TwoColumnTextView class comment/format in: #openOn:label:and:label:
TwoColumnTextView.st
--- a/TwoColumnTextView.st	Wed Mar 06 14:14:14 2019 +0100
+++ b/TwoColumnTextView.st	Thu Mar 07 10:42:40 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
@@ -162,10 +164,8 @@
      This does not make much sense for unrelated texts - of course."
     
     ^ self 
-        openOn:firstText 
-        label:firstLabel 
-        and:secondText 
-        label:secondLabel 
+        openOn:firstText label:firstLabel 
+        and:secondText label:secondLabel 
         title:'Two Texts'
 
     "
@@ -175,7 +175,9 @@
         and:('display.rc' asFilename contentsOfEntireFile)
         label:'display.rc'
     "
-    "Modified: 15.8.1996 / 19:46:38 / cg"
+
+    "Modified: / 15-08-1996 / 19:46:38 / cg"
+    "Modified (format): / 07-03-2019 / 10:24:29 / Claus Gittinger"
 !
 
 openOn:firstText label:firstLabel and:secondText label:secondLabel title:titleOrNil