vote up 1 vote down star

Is there an IDEA plugin for pretty printing (or save/export) Java to syntax colored HTML? Failing that, what's your favorite web site for that?

EDIT: I have a Java program, I want to convert the source code to HTML so that I can display it on the web. As I will be making lots of edits to the source, it would be handy to be able to convert it directly to HTML within IDEA.

flag

Please clarify - Java to HTML? Do you mean javadocs? And how do you expect color information to be communicated and interpreted by all other programs reading the result? – duffymo Jul 22 at 1:15

2 Answers

vote up 1 vote down check

Found one: http://plugins.intellij.net/plugin/?id=3828

link|flag
+1 - Thanks. I'm an IntelliJ user, but I've never used that plug-in. Good to know. – duffymo Jul 22 at 1:37
vote up 1 vote down

IntelliJ does this (well, v7 does). File|Export to html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.