tools/JavaSyntaxHighlighter.st
branchdevelopment
changeset 2648 f871848ecfa8
parent 2647 8feaf04a003d
equal deleted inserted replaced
2647:8feaf04a003d 2648:f871848ecfa8
   294         FormattedSourceCache at: class put: { source . sourceText }
   294         FormattedSourceCache at: class put: { source . sourceText }
   295     ].
   295     ].
   296     ^sourceText copy
   296     ^sourceText copy
   297 
   297 
   298     "Created: / 17-03-2012 / 14:02:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   298     "Created: / 17-03-2012 / 14:02:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   299     "Modified: / 08-08-2013 / 00:22:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   299     "Modified: / 08-08-2013 / 23:29:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   300 ! !
   300 ! !
   301 
   301 
   302 !JavaSyntaxHighlighter methodsFor:'syntax detection'!
   302 !JavaSyntaxHighlighter methodsFor:'syntax detection'!
   303 
   303 
   304 markArgumentIdentifierFrom:pos1 to:pos2
   304 markArgumentIdentifierFrom:pos1 to:pos2