>Can you explain what you want it to do... Well at least it should take care of a proper indention so that code is (more) readable. I have some old code here that I have to understand. It is rather spaghetti and people did indent their <cfifs and <cfelse and HTML tags in different styles, using tabs, 0 to 8 blanks, etc. You can not grasp the control flow without reformatting (manually) first.
Personally I think a 'clean' looking code is the first thing to pursue in any language (which does not prevent bugs of course). It should be done with the support of the IDE. I think the Eclipse code formatter for Java is excellent. I use it frequently and it never spoiled my code. I hope to find something like that for CF. Peter ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271967 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

