ProgrammingLanguage.st
changeset 14322 174a6ab85c33
parent 14151 34a9e574c152
child 14327 78803fe0a61c
equal deleted inserted replaced
14321:783b5c28f912 14322:174a6ab85c33
   455     ^ TextView defaultParenthesisSpecification
   455     ^ TextView defaultParenthesisSpecification
   456 
   456 
   457     "Created: / 01-06-2012 / 22:52:25 / cg"
   457     "Created: / 01-06-2012 / 22:52:25 / cg"
   458 !
   458 !
   459 
   459 
       
   460 versionMethodTemplateForCVS
       
   461     "raise an error: must be redefined in concrete subclass(es)"
       
   462 
       
   463     ^ self subclassResponsibility
       
   464 !
       
   465 
   460 writeComment:aStringOrStringCollection on:aStream 
   466 writeComment:aStringOrStringCollection on:aStream 
   461     "Utility method - writes a comment to a stream,
   467     "Utility method - writes a comment to a stream,
   462      using proper syntax"
   468      using proper syntax"
   463     
   469     
   464     ^ self sourceFileWriterClass new 
   470     ^ self sourceFileWriterClass new 
   469 ! !
   475 ! !
   470 
   476 
   471 !ProgrammingLanguage class methodsFor:'documentation'!
   477 !ProgrammingLanguage class methodsFor:'documentation'!
   472 
   478 
   473 version_CVS
   479 version_CVS
   474     ^ '$Header: /cvs/stx/stx/libbasic/ProgrammingLanguage.st,v 1.17 2012-06-01 21:13:26 cg Exp $'
   480     ^ '$Header: /cvs/stx/stx/libbasic/ProgrammingLanguage.st,v 1.18 2012-08-21 09:55:43 cg Exp $'
   475 !
   481 !
   476 
   482 
   477 version_SVN
   483 version_SVN
   478     ^ '§ Id: ProgrammingLanguage.st 10643 2011-06-08 21:53:07Z vranyj1  §'
   484     ^ '§ Id: ProgrammingLanguage.st 10643 2011-06-08 21:53:07Z vranyj1  §'
   479 ! !
   485 ! !