TextView.st
changeset 5848 bb14cfcbbd0f
parent 5847 8dadbf008f64
child 5849 878eeb6b2cd3
child 5902 d0f1e942ec1a
--- a/TextView.st	Sat Sep 10 15:06:54 2016 +0200
+++ b/TextView.st	Sat Sep 10 15:10:12 2016 +0200
@@ -1009,6 +1009,13 @@
 
 searchBarActionBlock:something
     searchBarActionBlock := something.
+!
+
+textView
+    "added to allow sending textView in any context, where either
+     a TextView or a CodeView2 can be encountered. Sigh."
+     
+    ^ self
 ! !
 
 !TextView methodsFor:'accessing-behavior'!