Hi Nikita,
> Syntax highlight is probably the most needed feature of Codestriker as
> it helps code readability dramatically. Here is my implementation of
> syntax highlight using Syntax::Hightligh::Engine::Kate engine (thanks
> to Kannan Goundan for pointing to it).
Many thanks for your submission. I actually tried using
Syntax::Hightlight::Engine::Kate when it first came out, and found it
to be very slow. It would take something like 30 seconds to parse a
small java file, so I decided against using it. What is the
performance of it like now? Hopefully it has been fixed.
> I've used to redesign Codestriker::Http::Render.pm internal workflow a
> little but in my day-to-day work It works just like before. The only
> thing I haven't check in real life is LXR linking but I'm quite sure
> it works too.
Please check it out LXR linking if you can - it will save me the
trouble. Also, once you have finish it, please submit your patch into
the patches list:
http://sourceforge.net/tracker/?group_id=41136&atid=429862.
Many thanks for your contribution! I'll give it a try later on - it
would be great to have the code highlighted.
Cheers,
David
|