Tools__CodeView2.st
changeset 14194 efb533b63fee
parent 14145 78c992303423
child 14321 eaf5e19afbd7
equal deleted inserted replaced
14193:894b81a1aaca 14194:efb533b63fee
   565     textView diffMode: aBoolean
   565     textView diffMode: aBoolean
   566 
   566 
   567     "Modified: / 08-04-2011 / 20:50:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   567     "Modified: / 08-04-2011 / 20:50:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   568 !
   568 !
   569 
   569 
       
   570 editedLanguage: aProgrammingLanguage
       
   571     self languageHolder value: aProgrammingLanguage
       
   572 
       
   573     "Created: / 09-04-2014 / 14:49:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   574 !
       
   575 
   570 editedMethodOrClass:aMethodOrClass
   576 editedMethodOrClass:aMethodOrClass
   571     textView editedMethodOrClass:aMethodOrClass.
   577     textView editedMethodOrClass:aMethodOrClass.
   572     aMethodOrClass isBehavior ifFalse:[
   578     aMethodOrClass isBehavior ifFalse:[
   573         self methodHolder value:aMethodOrClass
   579         self methodHolder value:aMethodOrClass
   574     ].
   580     ].
  3897 ! !
  3903 ! !
  3898 
  3904 
  3899 !CodeView2 class methodsFor:'documentation'!
  3905 !CodeView2 class methodsFor:'documentation'!
  3900 
  3906 
  3901 version
  3907 version
  3902     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.144 2014-03-19 10:04:08 stefan Exp $'
  3908     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.145 2014-04-09 15:33:56 vrany Exp $'
  3903 !
  3909 !
  3904 
  3910 
  3905 version_CVS
  3911 version_CVS
  3906     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.144 2014-03-19 10:04:08 stefan Exp $'
  3912     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.145 2014-04-09 15:33:56 vrany Exp $'
  3907 !
  3913 !
  3908 
  3914 
  3909 version_SVN
  3915 version_SVN
  3910     ^ '$Id: Tools__CodeView2.st,v 1.144 2014-03-19 10:04:08 stefan Exp $'
  3916     ^ '$Id: Tools__CodeView2.st,v 1.145 2014-04-09 15:33:56 vrany Exp $'
  3911 ! !
  3917 ! !
  3912 
  3918 
  3913 
  3919 
  3914 CodeView2 initialize!
  3920 CodeView2 initialize!