Code format

Matt, what do you use to format code like this http://www.jivesoftware.org/community/thread.jspa?messageID=76361&#76361

?

Hi Markus,

You wrap the code in the between (with the spaces removed).

Hope that helps,

Ryan

Hi Ryan,

I meant the component to generate the HTML. Sry my question was a bit vague.

M

Hi Markus,

I’‘m sorry, I’‘m not quite sure what you’'re asking.

Are you looking for a something that converts Java code into html? If so, I use the Code2HTML plugin for JEdit or Code2HTML dashboard widget when I’'m using OSX.

Hope that helps,

Ryan

Are you looking for a something that converts Java code into html?

Yes. I wanted to know what was used to produce the HTML formated code. If formats java code like that, it is part of the forum software and could be an open source component or something self-made. If it is oss I gonna give it a try.

I am using Eclipse so a JEdit-plug-in isn’'t an option.

M

Markus,

I don''t know if this works for you; but I''m currently using an open-source product called Trac http://projects.edgewall.com/trac to manage my bug tracking.  It includes an interface to SVN that does the syntax highlighting as a python script.

Raymond