extensions.st
changeset 10313 a2f4e3f74efe
parent 10310 cf3cfd80f443
child 10314 260acdfbc85c
--- a/extensions.st	Tue Jul 12 18:23:21 2011 +0200
+++ b/extensions.st	Tue Jul 12 19:33:05 2011 +0200
@@ -158,7 +158,7 @@
         application: (Tools::ChangeSetBrowser on: self)
 ! !
 
-!ChangeSet methodsFor:'debugging support'!
+!ChangeSet methodsFor:'inspecting'!
 
 inspector2Tabs
     ^ #( inspector2TabCommon inspector2TabBrowser )
@@ -186,7 +186,7 @@
     "Created: / 22-10-2006 / 03:52:20 / cg"
 ! !
 
-!CharacterArray methodsFor:'debugging support'!
+!CharacterArray methodsFor:'inspecting'!
 
 inspector2TabText
 
@@ -198,7 +198,7 @@
     "Created: / 17-02-2008 / 10:10:50 / janfrog"
 ! !
 
-!CharacterArray methodsFor:'debugging support'!
+!CharacterArray methodsFor:'inspecting'!
 
 inspector2Tabs
     ^ #( inspector2TabCommon inspector2TabText )
@@ -985,7 +985,7 @@
     "Created: / 05-07-2011 / 14:06:16 / cg"
 ! !
 
-!Object methodsFor:'debugging'!
+!Object methodsFor:'inspecting'!
 
 inspector2Tabs
     self inspectorClass ~~ Inspector ifTrue:[
@@ -1150,7 +1150,7 @@
     ^ DictionaryInspectorView
 ! !
 
-!StringCollection methodsFor:'debugging support'!
+!StringCollection methodsFor:'inspecting'!
 
 inspector2TabText
 
@@ -1162,7 +1162,7 @@
     "Created: / 17-02-2008 / 10:13:07 / janfrog"
 ! !
 
-!StringCollection methodsFor:'debugging support'!
+!StringCollection methodsFor:'inspecting'!
 
 inspector2Tabs
     ^ #(inspector2TabCommon inspector2TabText )
@@ -1181,7 +1181,7 @@
     "Created: / 07-07-2009 / 20:03:21 / Jan Vrany <vranyj1@fel.cvut.cz>"
 ! !
 
-!Text methodsFor:'debugging support'!
+!Text methodsFor:'inspecting'!
 
 inspector2TabText
 
@@ -1509,5 +1509,5 @@
 !stx_libtool class methodsFor:'documentation'!
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.37 2011-07-11 17:28:54 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.38 2011-07-12 17:33:05 cg Exp $'
 ! !
\ No newline at end of file