AbstractLauncherApplication.st
changeset 12928 a59e4bd2adcc
parent 12842 eb2192e0fb0d
child 13087 82522521c37e
child 13173 e9da2324940d
equal deleted inserted replaced
12927:e438d2143000 12928:a59e4bd2adcc
  6442     Transcript showCR:''some string'' , #someSymbol.
  6442     Transcript showCR:''some string'' , #someSymbol.
  6443     ^ self.
  6443     ^ self.
  6444 '.
  6444 '.
  6445 
  6445 
  6446     coloredText := '' asValue.
  6446     coloredText := '' asValue.
  6447     recolorAction := [ coloredText value:(SyntaxHighlighter formatMethod:exampleText in:nil) ].
  6447     recolorAction := [ coloredText value:(SyntaxHighlighter formatMethodSource:exampleText in:nil) ].
  6448     recolorAction value.
  6448     recolorAction value.
  6449 
  6449 
  6450     "/
  6450     "/
  6451     "/ create a box on those values ...
  6451     "/ create a box on those values ...
  6452     "/
  6452     "/
  7017 ! !
  7017 ! !
  7018 
  7018 
  7019 !AbstractLauncherApplication class methodsFor:'documentation'!
  7019 !AbstractLauncherApplication class methodsFor:'documentation'!
  7020 
  7020 
  7021 version
  7021 version
  7022     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.431 2013-06-05 13:22:08 stefan Exp $'
  7022     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.432 2013-06-19 06:29:40 stefan Exp $'
  7023 !
  7023 !
  7024 
  7024 
  7025 version_CVS
  7025 version_CVS
  7026     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.431 2013-06-05 13:22:08 stefan Exp $'
  7026     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.432 2013-06-19 06:29:40 stefan Exp $'
  7027 !
  7027 !
  7028 
  7028 
  7029 version_SVN
  7029 version_SVN
  7030     ^ '$Id: AbstractLauncherApplication.st,v 1.431 2013-06-05 13:22:08 stefan Exp $'
  7030     ^ '$Id: AbstractLauncherApplication.st,v 1.432 2013-06-19 06:29:40 stefan Exp $'
  7031 ! !
  7031 ! !
  7032 
  7032