Howdy! > > I remember a post on this list a few months ago about a plan to include a > > source file formatter in the toolkit -- only now I can't find the original > > message. > > > > Can anyone tell me if this tool made it into 0.6.x, and if so how do I try > > it out? > > > > Thanks, > > > > Simon > > > you can call the pretty printer by directly invocing the compiler.py > module. The version shipping with 0.6.6 is not yet customizable but we > are working on that. > > You can call it like this: > > framework/tool/modules/compiler.py Application.js > > > This will format the file the same way the qooxdoo classes are formatted.
For 0.7, where code reformatting is a mandatory step if you use automatic migration, there will be some configuration options for the resulting code style. Please see the preliminary information that applies to the recent 0.7-alpha1 release at http://qooxdoo.org/documentation/articles/code_style Feedback welcome, Andreas ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
