Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 16.0.1
-
None
Description
The fold and unfold all actions do (un)fold recursively. This is not what I expected. Especially since the two actions before differentiate explicitly. Please add add both actions (Un)Fold All and (Un)Fold All Recursively or make the (Un)Fold All non-recursive.
In large source files one of my regular workflows is to collapse all and unfold a few methods that i am working on. Unfolding is a single click. Since there is no non-recursive fold. I always have to use the context menu to unfold recursive.
Also please add them to the menu such that we can access them from the command palette.