mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@26095 72102866-910b-0410-8b05-ffd578937521
70 lines
No EOL
1.4 KiB
Text
70 lines
No EOL
1.4 KiB
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
FirstResponder = {
|
|
Actions = (
|
|
"findEnterSelection:",
|
|
"findJumpToSelection:",
|
|
"findNext:",
|
|
"findPrevious:",
|
|
"findShowPanel:",
|
|
"newAction:"
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
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:",
|
|
"showLogPanel:",
|
|
"findEnterSelection:",
|
|
"findNext:",
|
|
"findPrevious:",
|
|
"findShowPanel:",
|
|
"findJumpToSelection:",
|
|
"goToLine:"
|
|
);
|
|
Outlets = (
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
} |