Tools__CodeView2.st
changeset 12914 fbab25348919
parent 12905 75e8d64f1d33
child 12950 990f530e57c5
equal deleted inserted replaced
12913:c5fdb1a82ed1 12914:fbab25348919
   553 diffMode:aBoolean
   553 diffMode:aBoolean
   554     diffMode := aBoolean.
   554     diffMode := aBoolean.
   555     textView diffMode: aBoolean
   555     textView diffMode: aBoolean
   556 
   556 
   557     "Modified: / 08-04-2011 / 20:50:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   557     "Modified: / 08-04-2011 / 20:50:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   558 !
       
   559 
       
   560 editedMethodOrClass:aMethodOrClass
       
   561     textView editedMethodOrClass:aMethodOrClass
   558 !
   562 !
   559 
   563 
   560 font
   564 font
   561 
   565 
   562     ^textView font
   566     ^textView font
  3471 ! !
  3475 ! !
  3472 
  3476 
  3473 !CodeView2 class methodsFor:'documentation'!
  3477 !CodeView2 class methodsFor:'documentation'!
  3474 
  3478 
  3475 version
  3479 version
  3476     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.79 2013-06-14 12:54:27 cg Exp $'
  3480     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.80 2013-06-14 14:34:58 cg Exp $'
  3477 !
  3481 !
  3478 
  3482 
  3479 version_CVS
  3483 version_CVS
  3480     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.79 2013-06-14 12:54:27 cg Exp $'
  3484     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.80 2013-06-14 14:34:58 cg Exp $'
  3481 !
  3485 !
  3482 
  3486 
  3483 version_SVN
  3487 version_SVN
  3484     ^ '$Id: Tools__CodeView2.st,v 1.79 2013-06-14 12:54:27 cg Exp $'
  3488     ^ '$Id: Tools__CodeView2.st,v 1.80 2013-06-14 14:34:58 cg Exp $'
  3485 ! !
  3489 ! !
  3486 
  3490 
  3487 
  3491 
  3488 CodeView2 initialize!
  3492 CodeView2 initialize!