#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 14 Oct 2016 17:57:57 +0200
changeset 5923 608f60d667fa
parent 5922 974b38d3d99b
child 5924 6ad64956bfcd
#DOCUMENTATION by cg class: TextView comment/format in: #textView
TextView.st
--- a/TextView.st	Fri Oct 14 14:20:58 2016 +0200
+++ b/TextView.st	Fri Oct 14 17:57:57 2016 +0200
@@ -1013,7 +1013,10 @@
 
 textView
     "added to allow sending textView in any context, where either
-     a TextView or a CodeView2 can be encountered. Sigh."
+     a TextView or a CodeView2 can be encountered. 
+     Sigh - all of this because CodeView2 wraps a textView, and does not forward
+     all messages. 
+     Thus, the codeView2 framework always sends codeView2 textView doSomething"
      
     ^ self
 ! !