mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
The symbol chooser is now owned by DocumentView instead of DocumentController. The symbol chooser does not know about its owner and is not an observer of any notifications. Instead it has a property for “document” and one for “selectionString”. It is the owners job to update these properties (i.e. when switching document or changing the selection).