[Typo3-dev] code highlighting for Quixplorer
Christian Jul Jensen
christian at jul.net
Thu Dec 9 10:17:26 CET 2004
Mads Brunn <mads at typoconsult.dk> writes:
> Hi Everyone!
>
> I'm the proud father of the Typo3 Quixplorer extension. For the next
> version I would like to implement code highlighting for e.g. *.php
> files. I realize that the best approach would be to replace the
> textarea with a java applet but where do I find such an applet. After
> long hours of googling I still haven't found a programmers editor that
> runs as an applet.
>
> Can anyone on the list guide me in the right direction?
A java-applet seems like totally overkill for this. Why not just parse
it through something that generates html?
I'm sure there exists plenty of php-scripts that does this. The
extdevealuator has a functionality to do this, maybe you can grab it
from there.
--
- julle
More information about the TYPO3-dev
mailing list