extensions.st
changeset 10702 90cc3aeccac5
parent 10700 9beb2903bf24
child 10724 b0d5a37decd9
--- a/extensions.st	Tue Sep 13 12:00:42 2011 +0200
+++ b/extensions.st	Tue Sep 13 12:01:33 2011 +0200
@@ -944,7 +944,7 @@
     "
 ! !
 
-!Object methodsFor:'debugging'!
+!Object methodsFor:'inspecting'!
 
 inspector2TabCommon
     "a tab, showing the old inspector"
@@ -955,7 +955,7 @@
     "Modified: / 05-07-2011 / 14:06:28 / cg"
 ! !
 
-!Object methodsFor:'debugging'!
+!Object methodsFor:'inspecting'!
 
 inspector2TabForBasicInspect
     "a tab, showing the old basic inspector"
@@ -969,13 +969,13 @@
     "Created: / 05-07-2011 / 13:59:59 / cg"
 ! !
 
-!Object methodsFor:'debugging'!
+!Object methodsFor:'inspecting'!
 
 inspector2TabForInspectorClass
     "a tab, showing the old inspector"
 
     ^ Tools::Inspector2Tab new
-            priority: 50;
+            priority: 100;
             label:(self inspector2TabLabel);
             view: (self inspectorClass new inspect:self);
             yourself
@@ -983,7 +983,7 @@
     "Created: / 05-07-2011 / 14:06:16 / cg"
 ! !
 
-!Object methodsFor:'debugging'!
+!Object methodsFor:'inspecting'!
 
 inspector2TabLabel
     "label of the main tab"
@@ -1688,5 +1688,5 @@
 !stx_libtool class methodsFor:'documentation'!
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.58 2011-09-13 09:57:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.59 2011-09-13 10:01:33 cg Exp $'
 ! !
\ No newline at end of file