0

Code Beautifier and Textile

Posted April 13th, 2004 in Commentary and tagged , , , , , , , , by jayshao

I’m testing out the “(extlink)MTCodeBeautifier”:http://voisen.org/archives/projects/000239.php plugin.

bc[Java]. import java.io.* public class HelloWorld{ public static void main(String args[]){ System.out.println(“Hello World”); } } It’s pretty neat. The above example of code was generated simply by inputting the Java source code prefixed with a bc[Java] “(extlink)textile”:http://www.textism.com/tools/textile/ code. The coloring and indenting were all done automatically.

Leave a Reply

You must be logged in to post a comment.