apps-gorm
apps-gorm copied to clipboard
Select All menu item has no effect in text fields
The problem is that the Select All item is connected with a non-standard action method selectAllItems: instead of the standard NSResponder action selectAll:. Note that -selectAllItems: is defined (together with the standard NSResponder methods cut:, copy:, paste:) in GormProtocol and implemented only in Gorm and GormWindowEditor. In both cases the implementation is empty. I think -selectAllItems: should be renamed into -selectAll:.