Files
textmate/Frameworks/OakFileBrowser
Allan Odgaard f88454b6ae Fix issue with remembering expanded file browser items
Previously each file browser would have its own array of expanded items, read from user defaults, and written back during application termination.

This meant that the last file browser to write its array, would eclipse the other file browsers.

Now we have all but the first file browser append its list of expanded items. Additionally each file browser will only append items which are actually visible.

Fixes #873.
2013-06-28 23:32:20 +02:00
..
2012-09-15 15:12:57 +02:00
2013-01-18 15:45:43 +01:00