Tools__CodeView2.st
changeset 15718 e6317c6a1b66
parent 15643 ce9f44da50d6
child 15720 cbf8e19959fc
child 15788 78567930bba4
equal deleted inserted replaced
15717:cc33a97942cc 15718:e6317c6a1b66
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
     2  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7 Permission is hereby granted, free of charge, to any person
     5 Permission is hereby granted, free of charge, to any person
   671 
   669 
   672     "Modified: / 14-02-1997 / 16:44:05 / cg"
   670     "Modified: / 14-02-1997 / 16:44:05 / cg"
   673     "Modified: / 07-07-2011 / 12:15:39 / Jan Vrany <jan.vrant@fit.cvut,cz>"
   671     "Modified: / 07-07-2011 / 12:15:39 / Jan Vrany <jan.vrant@fit.cvut,cz>"
   674 !
   672 !
   675 
   673 
   676 scrolledView
       
   677 
       
   678     ^self
       
   679 
       
   680     "Created: / 14-02-2010 / 22:54:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   681 !
       
   682 
       
   683 services
   674 services
   684     ^ services ? #()
   675     ^ services ? #()
   685 
   676 
   686     "Created: / 05-08-2011 / 10:14:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   677     "Created: / 05-08-2011 / 10:14:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   687     "Modified (format): / 06-10-2011 / 14:11:11 / cg"
   678     "Modified (format): / 06-10-2011 / 14:11:11 / cg"
  4264 ! !
  4255 ! !
  4265 
  4256 
  4266 !CodeView2 class methodsFor:'documentation'!
  4257 !CodeView2 class methodsFor:'documentation'!
  4267 
  4258 
  4268 version
  4259 version
  4269     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.190 2015-05-18 14:49:30 cg Exp $'
  4260     ^ '$Header$'
  4270 !
  4261 !
  4271 
  4262 
  4272 version_CVS
  4263 version_CVS
  4273     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.190 2015-05-18 14:49:30 cg Exp $'
  4264     ^ '$Header$'
  4274 !
  4265 !
  4275 
  4266 
  4276 version_SVN
  4267 version_SVN
  4277     ^ '$Id: Tools__CodeView2.st,v 1.190 2015-05-18 14:49:30 cg Exp $'
  4268     ^ '$Id$'
  4278 ! !
  4269 ! !
  4279 
  4270 
  4280 
  4271 
  4281 CodeView2 initialize!
  4272 CodeView2 initialize!