Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to export code to HTML in Eclipse?

I know NetBeans has this feature, but I can't find it in Eclipse. A quick search for plugins was not successful.

like image 508
Thomasz Avatar asked Apr 02 '09 17:04

Thomasz


1 Answers

Java2Html - Eclipse Plugin:

Convert files:
Select items in the Package Explorer, Navigator or other views and right click to open the context menu. There is a Java2Html menu item that opens the conversion dialog.

Convert text from a text editor:
Right click on an editor and choose the Java2Html context menu item to convert the current selected text.

Adjust preferences:
Colors, tab size, etc. for conversion can be adjusted on the preference pages (Menu "Window" - "Preferences" - "Java" - "Java2Html")...

like image 101
GBa Avatar answered Sep 21 '22 14:09

GBa