..bits & bytes teleported

Thursday Jun 26, 2008

I came across this plugin "Folder to HTML" in a development build of the NetBeans IDE. This plugin dumps your entire project structure into a nice looking HTML representation.

  • Install the plugin from the plugin manager

  • Traverse to the "Files" explorer tab and Right-Click. You should see a new entry in the popup menu :"Dump Tree as HTML"

  • Now, you will see the HTML code generated in the "Output" window:

Just select the text above and save it into a .html file and you can see the output in your browser.

Here is a screencast for the above plugin: http://www.youtube.com/watch?v=cU0O3m0JrWg

Comments:

Sounds cool! I think there must not be any issue, instead of showing HTML output, plugin should write a HTML doc, and open it in browser. I think its possible.

What say?

Posted by Varun on June 26, 2008 at 11:19 PM IST #

That is one thing I did not like about the plugin. Perhaps the developer could take care of that.

Posted by Amit on June 27, 2008 at 12:33 AM IST #

Post a Comment:
Comments are closed for this entry.