Tools__MethodList.st
changeset 14195 f05be0ea5069
parent 14155 4a8e18d87366
child 14274 63c4f959ee7a
equal deleted inserted replaced
14194:efb533b63fee 14195:f05be0ea5069
  1746         ]
  1746         ]
  1747     ].
  1747     ].
  1748 
  1748 
  1749     showClass ifTrue:[
  1749     showClass ifTrue:[
  1750         showClassFirst ifFalse:[
  1750         showClassFirst ifFalse:[
  1751             s := s , ' [' , cls name allBold , ']'.
  1751             s := s , ' [' , cls displayString allBold , ']'.
  1752         ]
  1752         ]
  1753     ].
  1753     ].
  1754     (showCategory and:[aMethod mclass notNil and:[aMethod mclass supportsMethodCategories]]) ifTrue:[
  1754     (showCategory and:[aMethod mclass notNil and:[aMethod mclass supportsMethodCategories]]) ifTrue:[
  1755         cat := aMethod category.
  1755         cat := aMethod category.
  1756         cat notNil ifTrue:[
  1756         cat notNil ifTrue:[
  1841     ^ s
  1841     ^ s
  1842 
  1842 
  1843     "Created: / 22-10-1996 / 19:51:00 / cg"
  1843     "Created: / 22-10-1996 / 19:51:00 / cg"
  1844     "Modified: / 15-08-2009 / 13:13:32 / Jan Vrany <vranyj1@fel.cvut.cz>"
  1844     "Modified: / 15-08-2009 / 13:13:32 / Jan Vrany <vranyj1@fel.cvut.cz>"
  1845     "Modified: / 07-03-2012 / 19:06:09 / cg"
  1845     "Modified: / 07-03-2012 / 19:06:09 / cg"
  1846     "Modified: / 05-03-2014 / 10:31:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1846     "Modified: / 09-04-2014 / 15:16:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1847 ! !
  1847 ! !
  1848 
  1848 
  1849 !MethodList methodsFor:'private-watching'!
  1849 !MethodList methodsFor:'private-watching'!
  1850 
  1850 
  1851 startWatchProcess
  1851 startWatchProcess
  1891 ! !
  1891 ! !
  1892 
  1892 
  1893 !MethodList class methodsFor:'documentation'!
  1893 !MethodList class methodsFor:'documentation'!
  1894 
  1894 
  1895 version
  1895 version
  1896     ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodList.st,v 1.101 2014-03-24 09:09:21 stefan Exp $'
  1896     ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodList.st,v 1.102 2014-04-09 15:34:51 vrany Exp $'
  1897 !
  1897 !
  1898 
  1898 
  1899 version_CVS
  1899 version_CVS
  1900     ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodList.st,v 1.101 2014-03-24 09:09:21 stefan Exp $'
  1900     ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodList.st,v 1.102 2014-04-09 15:34:51 vrany Exp $'
  1901 ! !
  1901 ! !
  1902 
  1902