#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Sat, 10 Sep 2016 15:10:12 +0200
changeset 5848 bb14cfcbbd0f
parent 5847 8dadbf008f64
child 5849 878eeb6b2cd3
child 5850 988655795073
#REFACTORING by cg class: TextView added: #textView
TextView.st
--- 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'!