extensions.st
changeset 10316 11e7bcf8838c
parent 10315 25455118d667
child 10323 57517da4b605
equal deleted inserted replaced
10315:25455118d667 10316:11e7bcf8838c
   321     "
   321     "
   322      Date today inspect
   322      Date today inspect
   323     "
   323     "
   324 
   324 
   325     "Created: / 20-01-2011 / 12:19:05 / cg"
   325     "Created: / 20-01-2011 / 12:19:05 / cg"
       
   326 ! !
       
   327 
       
   328 !Dictionary methodsFor:'inspecting'!
       
   329 
       
   330 inspector2TabLabel
       
   331     ^ 'Dictionary'
       
   332 
       
   333     "Created: / 14-07-2011 / 11:57:18 / cg"
   326 ! !
   334 ! !
   327 
   335 
   328 !Dictionary methodsFor:'inspecting'!
   336 !Dictionary methodsFor:'inspecting'!
   329 
   337 
   330 inspectorClass
   338 inspectorClass
   952 inspector2TabForInspectorClass
   960 inspector2TabForInspectorClass
   953     "a tab, showing the old inspector"
   961     "a tab, showing the old inspector"
   954 
   962 
   955     ^ Tools::Inspector2Tab new
   963     ^ Tools::Inspector2Tab new
   956             priority: 50;
   964             priority: 50;
   957             label:'Object';
   965             label:(self inspector2TabLabel);
   958             view: (self inspectorClass new inspect:self);
   966             view: (self inspectorClass new inspect:self);
   959             yourself
   967             yourself
   960 
   968 
   961     "Created: / 05-07-2011 / 14:06:16 / cg"
   969     "Created: / 05-07-2011 / 14:06:16 / cg"
       
   970 ! !
       
   971 
       
   972 !Object methodsFor:'debugging'!
       
   973 
       
   974 inspector2TabLabel
       
   975     "label of the main tab"
       
   976 
       
   977     ^ 'Object'
       
   978 
       
   979     "Created: / 14-07-2011 / 11:56:23 / cg"
   962 ! !
   980 ! !
   963 
   981 
   964 !Object methodsFor:'inspecting'!
   982 !Object methodsFor:'inspecting'!
   965 
   983 
   966 inspector2Tabs
   984 inspector2Tabs
  1483 ! !
  1501 ! !
  1484 
  1502 
  1485 !stx_libtool class methodsFor:'documentation'!
  1503 !stx_libtool class methodsFor:'documentation'!
  1486 
  1504 
  1487 extensionsVersion_CVS
  1505 extensionsVersion_CVS
  1488     ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.40 2011-07-14 08:53:20 cg Exp $'
  1506     ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.41 2011-07-14 09:58:17 cg Exp $'
  1489 ! !
  1507 ! !