SyntaxHighlighter2.st
changeset 10152 561883853228
parent 10150 3792ee8840ea
child 10428 777230dbf7ab
equal deleted inserted replaced
10151:8d04d7db6448 10152:561883853228
   129 
   129 
   130 formatMethod:aString in:aClass using:preferencesOrNil elementsInto: elements
   130 formatMethod:aString in:aClass using:preferencesOrNil elementsInto: elements
   131     "format (recolor) a method in a given class.
   131     "format (recolor) a method in a given class.
   132      Return the text containing font changes and color information."
   132      Return the text containing font changes and color information."
   133 
   133 
       
   134     "/ obsolete interface
   134     ^ self
   135     ^ self
   135         formatMethod:nil
   136         formatMethod:nil
   136         source:aString
   137         source:aString
   137         in:aClass
   138         in:aClass
   138         using:preferencesOrNil elementsInto:elements
   139         using:preferencesOrNil elementsInto:elements
   139 
   140 
   140     "Created: / 25-07-2010 / 08:56:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   141     "Created: / 25-07-2010 / 08:56:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   141     "Modified: / 05-07-2011 / 10:40:08 / cg"
   142     "Modified (comment): / 05-07-2011 / 11:07:50 / cg"
   142 !
   143 !
   143 
   144 
   144 formatMethod:aMethodOrNil source:aString in:aClass using:preferencesOrNil elementsInto: elements
   145 formatMethod:aMethodOrNil source:aString in:aClass using:preferencesOrNil elementsInto: elements
   145     "format (recolor) a method in a given class.
   146     "format (recolor) a method in a given class.
   146      Return the text containing font changes and color information."
   147      Return the text containing font changes and color information."
   773 ! !
   774 ! !
   774 
   775 
   775 !SyntaxHighlighter2 class methodsFor:'documentation'!
   776 !SyntaxHighlighter2 class methodsFor:'documentation'!
   776 
   777 
   777 version_CVS
   778 version_CVS
   778     ^ '$Header: /cvs/stx/stx/libtool/SyntaxHighlighter2.st,v 1.3 2011-07-05 09:02:03 cg Exp $'
   779     ^ '$Header: /cvs/stx/stx/libtool/SyntaxHighlighter2.st,v 1.4 2011-07-05 09:13:17 cg Exp $'
   779 !
   780 !
   780 
   781 
   781 version_SVN
   782 version_SVN
   782     ^ '§Id: SyntaxHighlighter2.st 7715 2011-04-10 16:32:58Z vranyj1 §'
   783     ^ '§Id: SyntaxHighlighter2.st 7715 2011-04-10 16:32:58Z vranyj1 §'
   783 ! !
   784 ! !