2004-06-11 13:43:02 +00:00
|
|
|
{
|
2005-06-30 21:34:14 +00:00
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
2007-09-23 22:27:21 +00:00
|
|
|
FirstResponder = {
|
|
|
|
Actions = (
|
|
|
|
"findEnterSelection:",
|
2008-02-18 22:50:56 +00:00
|
|
|
"findJumpToSelection:",
|
2007-09-23 22:27:21 +00:00
|
|
|
"findNext:",
|
|
|
|
"findPrevious:",
|
|
|
|
"findShowPanel:",
|
2008-02-18 22:50:56 +00:00
|
|
|
"newAction:"
|
2007-09-23 22:27:21 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
2004-06-11 13:43:02 +00:00
|
|
|
PCAppController = {
|
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
menuController
|
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
PCMenuController = {
|
|
|
|
Actions = (
|
|
|
|
"showInfoPanel:",
|
|
|
|
"showPrefWindow:",
|
|
|
|
"projectOpen:",
|
|
|
|
"projectNew:",
|
|
|
|
"projectSave:",
|
|
|
|
"projectAddFiles:",
|
|
|
|
"projectSaveFiles:",
|
|
|
|
"projectRemoveFiles:",
|
|
|
|
"subprojectNew:",
|
|
|
|
"subprojectAdd:",
|
|
|
|
"fileOpen:",
|
|
|
|
"fileNew:",
|
|
|
|
"fileSave:",
|
|
|
|
"fileSaveAs:",
|
|
|
|
"fileSaveTo:",
|
|
|
|
"fileRevertToSaved:",
|
|
|
|
"fileClose:",
|
|
|
|
"fileOpenQuickly:",
|
|
|
|
"fileRename:",
|
|
|
|
"fileNewUntitled:",
|
|
|
|
"showInspector:",
|
|
|
|
"showBuildPanel:",
|
|
|
|
"showLoadedFilesPanel:",
|
|
|
|
"runTarget:",
|
|
|
|
"executeBuild:",
|
|
|
|
"stopBuild:",
|
|
|
|
"startClean:",
|
|
|
|
"showLaunchPanel:",
|
|
|
|
"debugTarget:",
|
|
|
|
"toggleToolbar:",
|
|
|
|
"loadedFilesSortByTime:",
|
|
|
|
"loadedFilesSortByName:",
|
|
|
|
"loadedFilesNextFile:",
|
|
|
|
"loadedFilesPreviousFile:",
|
2007-09-23 22:27:21 +00:00
|
|
|
"showLogPanel:",
|
|
|
|
"findEnterSelection:",
|
|
|
|
"findNext:",
|
|
|
|
"findPrevious:",
|
|
|
|
"findShowPanel:",
|
2008-02-18 22:50:56 +00:00
|
|
|
"findJumpToSelection:",
|
|
|
|
"goToLine:"
|
2004-06-11 13:43:02 +00:00
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
}
|