#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 18 Jan 2018 20:32:51 +0100
changeset 4053 f2c550e0c24e
parent 4052 3e893a2cc401
child 4054 6ddcaca12fee
#DOCUMENTATION by cg class: MultiImage class comment/format in: #documentation
MultiImage.st
--- a/MultiImage.st	Thu Jan 18 20:31:27 2018 +0100
+++ b/MultiImage.st	Thu Jan 18 20:32:51 2018 +0100
@@ -45,6 +45,13 @@
     try: 
         MIMETypeIconLibrary iconForFile:'/foo/bar/baz.c' asFilename
 
+    caveat:
+        instances provide enough protocol to be shown as icon, label, etc.
+        (i.e. provide a replacement for images and forms).
+        However, not all tools are prepared for them not having mask, bits etc.
+        Especially, the ImageEditor gets a bit confused and may fall into a debugger,
+        if trying to edit one of my instances.
+        
     [author:]
         Claus Gittinger
 "
@@ -132,5 +139,9 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
 ! !