Ihor Radchenko <[email protected]> writes: > That sounds ok, although I think that for column view in particular an > interesting alternative could be introducing *new* summary types with > recursive variants. That will provide a more granular control. > Something like rX, rX/, rX%.
That's a great idea, Ihor. I've been using checkboxes recursively for a very long time, and counting direct children only always felt limiting to me. That's why my initial approach was to change the counting globally. However, introducing dedicated summary types is indeed much better, as it offers granular control and allows using both direct and recursive counts simultaneously in the same view. I'll test-drive this new implementation in my daily workflow for a few days and follow up with an updated patch once I've verified everything. Best, -- Slawomir Grochowski
