2008-01-04 01:18:30 +00:00
|
|
|
{
|
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
|
|
FirstResponder = {
|
|
|
|
Actions = (
|
2023-07-15 20:54:00 +00:00
|
|
|
"addAttributeToClass:",
|
2008-05-06 00:09:10 +00:00
|
|
|
"alignSelectedObjects:",
|
2008-01-04 01:18:30 +00:00
|
|
|
"arrangeSelectedObjects:",
|
2023-07-14 19:48:13 +00:00
|
|
|
"createClassFiles:",
|
|
|
|
"createSubclass:",
|
2023-06-17 16:14:48 +00:00
|
|
|
"endTesting:",
|
2008-01-04 01:18:30 +00:00
|
|
|
"exportStrings:",
|
2023-07-17 07:27:32 +00:00
|
|
|
"exportXLIFFDocument:",
|
2023-06-17 16:14:48 +00:00
|
|
|
"groupSelectionInBox:",
|
2021-03-27 05:44:49 +00:00
|
|
|
"groupSelectionInMatrix:",
|
2023-07-14 19:48:13 +00:00
|
|
|
"groupSelectionInScrollView:",
|
2023-06-17 16:14:48 +00:00
|
|
|
"groupSelectionInSplitView:",
|
|
|
|
"groupSelectionInView:",
|
2023-07-14 19:48:13 +00:00
|
|
|
"guideline:",
|
2023-07-17 07:27:32 +00:00
|
|
|
"importXLIFFDocument:",
|
2023-06-17 16:14:48 +00:00
|
|
|
"inspector:",
|
2023-07-14 19:48:13 +00:00
|
|
|
"instantiateClass:",
|
|
|
|
"loadClass:",
|
2023-06-17 16:14:48 +00:00
|
|
|
"loadImage:",
|
2023-06-28 18:56:39 +00:00
|
|
|
"loadPalette:",
|
2023-07-14 19:48:13 +00:00
|
|
|
"loadSound:",
|
2023-07-17 07:27:32 +00:00
|
|
|
"newAction:",
|
2008-01-04 01:18:30 +00:00
|
|
|
"orderFrontFontPanel:",
|
2023-06-17 16:14:48 +00:00
|
|
|
"palettes:",
|
|
|
|
"preferencesPanel:",
|
2023-07-14 19:48:13 +00:00
|
|
|
"remove:",
|
2023-06-17 16:14:48 +00:00
|
|
|
"selectAllItems:",
|
|
|
|
"setName:",
|
|
|
|
"testinterface:",
|
2023-06-28 18:56:39 +00:00
|
|
|
"translate:",
|
|
|
|
"ungroup:"
|
2008-01-04 01:18:30 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
Gorm = {
|
|
|
|
Actions = (
|
|
|
|
"editClass:",
|
|
|
|
"createSubclass:",
|
|
|
|
"testInterface:",
|
|
|
|
"setName:",
|
|
|
|
"selectAllItems:",
|
|
|
|
"paste:",
|
|
|
|
"palettes:",
|
|
|
|
"loadSound:",
|
|
|
|
"loadPalette:",
|
|
|
|
"inspector:",
|
|
|
|
"infoPanel:",
|
|
|
|
"endTesting:",
|
|
|
|
"delete:",
|
|
|
|
"cut:",
|
|
|
|
"copy:",
|
|
|
|
"close:",
|
|
|
|
"miniaturize:",
|
|
|
|
"debug:",
|
|
|
|
"loadImage:",
|
|
|
|
"orderFrontFontPanel:",
|
|
|
|
"ungroup:",
|
|
|
|
"groupSelectionInScrollView:",
|
|
|
|
"groupSelectionInBox:",
|
|
|
|
"groupSelectionInSplitView:",
|
|
|
|
"remove:",
|
|
|
|
"addAttributeToClass:",
|
|
|
|
"instantiateClass:",
|
|
|
|
"createClassFiles:",
|
|
|
|
"loadClass:",
|
|
|
|
"preferencesPanel:",
|
2008-05-06 00:09:10 +00:00
|
|
|
"guideline:",
|
2009-09-07 03:56:08 +00:00
|
|
|
"print:",
|
2021-03-27 05:44:49 +00:00
|
|
|
"groupSelectionInView:",
|
|
|
|
"groupSelectionInMatrix:"
|
2008-01-04 01:18:30 +00:00
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
gormMenu,
|
|
|
|
guideLineMenuItem
|
|
|
|
);
|
|
|
|
Super = NSApplication;
|
|
|
|
};
|
2023-06-17 16:14:48 +00:00
|
|
|
GormAppDelegate = {
|
|
|
|
Actions = (
|
|
|
|
"copy:",
|
|
|
|
"cut:",
|
|
|
|
"delete:",
|
|
|
|
"endTesting:",
|
|
|
|
"groupSelectionInBox:",
|
|
|
|
"groupSelectionInSplitView:",
|
|
|
|
"inspector:",
|
|
|
|
"loadImage:",
|
|
|
|
"loadSound:",
|
|
|
|
"ungroup:",
|
|
|
|
"palettes:",
|
|
|
|
"paste:",
|
|
|
|
"preferencesPanel:",
|
|
|
|
"selectAllItems:",
|
|
|
|
"setName:",
|
2023-06-28 18:56:39 +00:00
|
|
|
"testinterface:",
|
2023-07-14 19:48:13 +00:00
|
|
|
"loadPalette:",
|
|
|
|
"createClassFiles:",
|
|
|
|
"createSubclass:",
|
|
|
|
"groupSelectionInScrollView:",
|
|
|
|
"groupSelectionInView:",
|
|
|
|
"guideline:",
|
|
|
|
"instantiateClass:",
|
|
|
|
"loadClass:",
|
|
|
|
"addAttributeToClass:",
|
2023-07-15 20:54:00 +00:00
|
|
|
"remove:",
|
2023-07-17 07:27:32 +00:00
|
|
|
"exportXLIFFDocument:",
|
|
|
|
"importXLIFFDocument:",
|
|
|
|
"exportStrings:",
|
|
|
|
"translate:"
|
2023-06-17 16:14:48 +00:00
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
gormMenu,
|
|
|
|
guideLineMenuItem
|
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
2008-01-04 01:18:30 +00:00
|
|
|
GormDocumentController = {
|
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
);
|
|
|
|
Super = NSDocumentController;
|
|
|
|
};
|
|
|
|
}
|