+47

Functionality to Collapse All Groups

Mossload 11 років тому оновлено Vijay Saraff 2 роки тому 4

I can see there is a way to expand all groups, and then a way to undo the expansion.  However, I don't see any way to collapse all groups, which would be useful.

+3

collapse all closed (i.e. with no windows open) nodes would also be good

+2

It's been 7 years.... It would be REALLY NICE IF WE HAD THIS DECENTLY-BASIC FEATURE BY NOW!

+1

Yeah seriously we really need this. Its pretty easy to end up with a long backlog of crashed windows and then have to sit there for like a half hour clicking the collapse button before you can even start clicking the "x" to delete the windows. 

+5

Open Tab outliner window

Press F12 to bring up developer console

Click the console tab and copy and paste the code below and hit enter

Found this on github, and can confirm it works.

treeView.treeModel.currentSession_rootNode.subnodes.forEach(node => node.setCollapsing(true))