mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
This is required to have the object respond to various action methods such as cut:, copy:, paste:, and delete: — ideally though the class would handle it by itself, as OFB responsibility is bleeding into the document controller (though long-term I think it makes sense to instead let the document controller implement the OFB action methods).