ProgrammingLanguage.st
branchjv
changeset 17944 084a2c804b87
parent 17923 3b8cc5db4f8b
child 17966 8b5df02e171f
equal deleted inserted replaced
17943:1d2620126660 17944:084a2c804b87
   464     "return a method definition template string (or nil)"
   464     "return a method definition template string (or nil)"
   465 
   465 
   466     ^ nil
   466     ^ nil
   467 !
   467 !
   468 
   468 
       
   469 parenthesisSpecificationForEditor
       
   470     ^ TextView defaultParenthesisSpecification
       
   471 
       
   472     "Created: / 01-06-2012 / 22:52:25 / cg"
       
   473 !
       
   474 
   469 writeComment:aStringOrStringCollection on:aStream 
   475 writeComment:aStringOrStringCollection on:aStream 
   470     "Utility method - writes a comment to a stream,
   476     "Utility method - writes a comment to a stream,
   471      using proper syntax"
   477      using proper syntax"
   472     
   478     
   473     ^ self sourceFileWriterClass new 
   479     ^ self sourceFileWriterClass new 
   478 ! !
   484 ! !
   479 
   485 
   480 !ProgrammingLanguage class methodsFor:'documentation'!
   486 !ProgrammingLanguage class methodsFor:'documentation'!
   481 
   487 
   482 version_CVS
   488 version_CVS
   483     ^ '§Header: /cvs/stx/stx/libbasic/ProgrammingLanguage.st,v 1.16 2011/11/19 10:23:29 cg Exp §'
   489     ^ '§Header: /cvs/stx/stx/libbasic/ProgrammingLanguage.st,v 1.17 2012/06/01 21:13:26 cg Exp §'
   484 !
   490 !
   485 
   491 
   486 version_SVN
   492 version_SVN
   487     ^ '$Id: ProgrammingLanguage.st 10781 2012-02-18 23:08:56Z vranyj1 $'
   493     ^ '$Id: ProgrammingLanguage.st 10814 2012-06-05 13:35:12Z vranyj1 $'
   488 ! !
   494 ! !
   489 
   495 
   490 ProgrammingLanguage initialize!
   496 ProgrammingLanguage initialize!