Hi. Has anyone been looking at some functionality to reformat a source code file? I guess one could use the parser and add/remove tabs from each line according to the parse information? I thought of just pretty printing the parse tree, but that will change the code which probably is not a good solution. :-) /Jacob