mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
This problem started after f1a1e1920f (handling key equivalents in performKeyEquivalent: instead of keyDown:).
It does however not appear that it is necessary to manually handle the return key to activate editing, therefore we have removed handling of this key.
Most likely it was required before view-based table views.