apps-gorm icon indicating copy to clipboard operation
apps-gorm copied to clipboard

Select All menu item has no effect in text fields

Open gcasa opened this issue 4 months ago • 0 comments

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:.

gcasa avatar Jul 12 '25 10:07 gcasa