CodeGeneratorTool.st
changeset 11758 531b78e53e8f
parent 11718 bbb3d8693b3b
child 11842 70180ac9f3bf
equal deleted inserted replaced
11757:e7b17e26a677 11758:531b78e53e8f
   309 
   309 
   310     ^ self new createUpdateMethodIn:aClass
   310     ^ self new createUpdateMethodIn:aClass
   311 !
   311 !
   312 
   312 
   313 createVersionMethodFor:aClass
   313 createVersionMethodFor:aClass
   314     "add version method containing RCS template
   314     "add a version method containing RCS template
   315      but only if not already present and its not a private class."
   315      but only if not already present and it's not a private class."
   316 
   316 
   317     ^ self new createVersionMethodFor:aClass
   317     ^ self new createVersionMethodFor:aClass
       
   318 
       
   319     "Modified (comment): / 21-08-2012 / 11:55:15 / cg"
   318 ! !
   320 ! !
   319 
   321 
   320 !CodeGeneratorTool class methodsFor:'code generation-menus'!
   322 !CodeGeneratorTool class methodsFor:'code generation-menus'!
   321 
   323 
   322 createActionMethodFor:aSelector in:aClass category:aCategory redefine:redefine
   324 createActionMethodFor:aSelector in:aClass category:aCategory redefine:redefine
  1684 ! !
  1686 ! !
  1685 
  1687 
  1686 !CodeGeneratorTool class methodsFor:'documentation'!
  1688 !CodeGeneratorTool class methodsFor:'documentation'!
  1687 
  1689 
  1688 version
  1690 version
  1689     ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.98 2012-08-02 12:46:10 cg Exp $'
  1691     ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.99 2012-08-21 10:26:28 cg Exp $'
  1690 !
  1692 !
  1691 
  1693 
  1692 version_CVS
  1694 version_CVS
  1693     ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.98 2012-08-02 12:46:10 cg Exp $'
  1695     ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.99 2012-08-21 10:26:28 cg Exp $'
  1694 ! !
  1696 ! !