mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
We now collapse if more than half the items are expanded, otherwise expand. Previously we relied on a property to track the collapsed/expanded state, which could be out of sync if the user manually changed the state for half the items, and we also needed to reset the state variables when updating search results.