IRFunction.st
changeset 28 2eab5fdb9467
parent 26 db19d89eef60
child 29 2f154b67e1e8
--- a/IRFunction.st	Mon Dec 28 16:20:44 2009 +0000
+++ b/IRFunction.st	Mon Feb 15 17:55:26 2010 +0000
@@ -174,11 +174,12 @@
 inspector2TabIRCode
 
     ^Tools::Inspector2Tab new
-	label: 'IR Code';
-	priority: 75;
-	view: ((ScrollableView for:TextView) contents: self longPrintString; yourself)
+        label: 'IR Code';
+        priority: 75;
+        text: self longPrintString.
 
     "Created: / 11-06-2008 / 01:05:16 / Jan Vrany <vranyj1@fel.cvut.cz>"
+    "Modified: / 15-02-2010 / 13:04:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !IRFunction methodsFor:'decompiling'!