There are several PHP or js files for formatting the code - does anyone know if similar Java exists in Java?
That is, Given a line of code, return a formatted line with syntax coloring, etc.
It would be ideal if he automatically detected the language, but I could put on my luck ...
Ultimately, the text will be displayed in the Flex application, so although I could use js lib, we will parse large files (up to 6000 lines), so I would like the client processing to be minimal.
The ideal conclusion is HTML without CSS, although I will take what I can get.
source share