On Thu, Apr 29, 2010 at 10:06 PM, John Wiegley wrote: > On Apr 29, 2010, at 7:58 AM, Peter Ross wrote: > >> All I've found is an email which mentions using %(account), but no >> other information. >> >> Is there any documentation anywhere? > > Not yet. Essentialy the new format is %[-][MAX][.MIN](VALEXPR). But it can > get a little crazy due to its flexibility, so that the default balance format > looks like this: > > "%(justify(scrub(display_total), 20, -1, true, color))" > " %(!options.flat ? depth_spacer : \"\")" > "%-(ansify_if(partial_account(options.flat), blue if color))\n%/" > "%$1\n%/" > "--------------------\n" > > Just imagine the strings concatenated. > Thanks for the info.
Is there one spot in the source where the names that can be used in the VALEXPR are defined? Or is it spread over multiple files? Pete
