Page 2 of 2
Re: BUG: Show All Items In Branch (file size sum)
Posted: 12 Aug 2009 08:09
by admin
TheQwerty wrote:Scripting can be so fun (and arguably entirely useless) sometimes..

Wow, very nice!
Code: Select all
$exp = Eval(Report("+{Dir 0|{Size RAW}|0}", 0, "0")); //Sum the sizes of all the files.
Brilliant!
Re: BUG: Show All Items In Branch (file size sum)
Posted: 13 Aug 2009 09:47
by admin
Next version will allow to list all files (not folders) using a quick name search like this:
Code: Select all
?* /rf = Find all files in the current branch
(recursing subfolders)
I wonder whether this behavior should be the default for the Ctrl+F3 command (Show All Items in Branch -> Show All
Files in Branch??)...
Re: BUG: Show All Items In Branch (file size sum)
Posted: 14 Aug 2009 14:55
by admin
admin wrote:Next version will allow to list all files (not folders) using a quick name search like this:
Code: Select all
?* /rf = Find all files in the current branch
(recursing subfolders)
I wonder whether this behavior should be the default for the Ctrl+F3 command (Show All Items in Branch -> Show All
Files in Branch??)...
Well, any feedback?
Re: BUG: Show All Items In Branch (file size sum)
Posted: 14 Aug 2009 21:34
by Pagat
i'd go for "Show all files in branch" and exclude folders in the search result.
Re: BUG: Show All Items In Branch (file size sum)
Posted: 14 Aug 2009 21:43
by serendipity
Pagat wrote:i'd go for "Show all files in branch" and exclude folders in the search result.
Same here.
Re: BUG: Show All Items In Branch (file size sum)
Posted: 14 Aug 2009 22:26
by admin
serendipity wrote:Pagat wrote:i'd go for "Show all files in branch" and exclude folders in the search result.
Same here.
Me too.
BUT: changing it now might break critical user code...