Is there an easy way to collapse/expand the entire resource tree in an editor?
Sure, you can use the regex filter for that purpose. Match the entire tree to expand and clear it again to collapse. The regex for matching every item is ".*" (minus the quotes).
