MCCodeTool.st
changeset 615 494a5e49a8ab
parent 121 8991419a91ef
equal deleted inserted replaced
614:e7c209de5356 615:494a5e49a8ab
     2 
     2 
     3 MCTool subclass:#MCCodeTool
     3 MCTool subclass:#MCCodeTool
     4 	instanceVariableNames:'items'
     4 	instanceVariableNames:'items'
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'Monticello-UI'
     7 	category:'SCM-Monticello-UI'
     8 !
     8 !
     9 
     9 
    10 MCCodeTool comment:'MCCodeTool is an abstract superclass for those Monticello browsers that display code.
    10 MCCodeTool comment:'MCCodeTool is an abstract superclass for those Monticello browsers that display code.
    11 It contains copies of the various CodeHolder methods that perform the various menu operations in the method list.
    11 It contains copies of the various CodeHolder methods that perform the various menu operations in the method list.
    12 '
    12 '
   268 ! !
   268 ! !
   269 
   269 
   270 !MCCodeTool class methodsFor:'documentation'!
   270 !MCCodeTool class methodsFor:'documentation'!
   271 
   271 
   272 version
   272 version
   273     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCCodeTool.st,v 1.1 2006-11-22 13:24:28 cg Exp $'
   273     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCCodeTool.st,v 1.2 2012-09-11 21:20:58 cg Exp $'
   274 ! !
   274 ! !