extensions.st
changeset 15587 75291f910f79
parent 15555 91fe564d5a8f
child 15596 c11cc9c2974d
child 15616 325be5f3e308
equal deleted inserted replaced
15585:7e78350c918a 15587:75291f910f79
  1691 ! !
  1691 ! !
  1692 
  1692 
  1693 !Object methodsFor:'debugging'!
  1693 !Object methodsFor:'debugging'!
  1694 
  1694 
  1695 newInspector2Tab
  1695 newInspector2Tab
       
  1696     "return an extra tab to be used inside an inspector"
  1696 
  1697 
  1697     "Use Smalltalk>>at: to trick the dependency detector"
  1698     "Use Smalltalk>>at: to trick the dependency detector"
  1698 
       
  1699     "/ why do we need this hack - the Tools::Inspector2Tab class and this
  1699     "/ why do we need this hack - the Tools::Inspector2Tab class and this
  1700     "/ extension are in the same package anyway?!!
  1700     "/ extension are in the same package anyway?!!
  1701     ^(Smalltalk at: #'Tools::Inspector2Tab') 
  1701     ^(Smalltalk at: #'Tools::Inspector2Tab') 
  1702         ifNil:[self error:'Inspector2 not available!! Something is rotten...']
  1702         ifNil:[self error:'Inspector2 not available!! Something is rotten...']
  1703         ifNotNil:[(Smalltalk at: #'Tools::Inspector2Tab') new]
  1703         ifNotNil:[(Smalltalk at: #'Tools::Inspector2Tab') new]
  2722 ! !
  2722 ! !
  2723 
  2723 
  2724 !stx_libtool class methodsFor:'documentation'!
  2724 !stx_libtool class methodsFor:'documentation'!
  2725 
  2725 
  2726 extensionsVersion_CVS
  2726 extensionsVersion_CVS
  2727     ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.153 2015-03-26 10:22:58 cg Exp $'
  2727     ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.154 2015-04-22 13:58:53 cg Exp $'
  2728 ! !
  2728 ! !
  2729 
  2729 
  2730 !stx_libtool class methodsFor:'documentation'!
  2730 !stx_libtool class methodsFor:'documentation'!
  2731 
  2731 
  2732 extensionsVersion_HG
  2732 extensionsVersion_HG