mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 11:21:29 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16662 72102866-910b-0410-8b05-ffd578937521
41 lines
No EOL
1.3 KiB
Text
41 lines
No EOL
1.3 KiB
Text
{
|
|
IBClasses = (
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
{
|
|
ACTIONS = {
|
|
addFile = id;
|
|
addSubproject = id;
|
|
closeProject = id;
|
|
findNext = id;
|
|
findPrevious = id;
|
|
newFile = id;
|
|
newProject = id;
|
|
newSubproject = id;
|
|
openFile = id;
|
|
openProject = id;
|
|
removeFile = id;
|
|
removeSubproject = id;
|
|
renameFile = id;
|
|
revertFile = id;
|
|
revertToSaved = id;
|
|
runTarget = id;
|
|
saveFile = id;
|
|
saveFiles = id;
|
|
saveProject = id;
|
|
saveProjectAs = id;
|
|
showBuildPanel = id;
|
|
showEditorPanel = id;
|
|
showFindPanel = id;
|
|
showInfoPanel = id;
|
|
showInspector = id;
|
|
showPrefWindow = id;
|
|
showRunPanel = id;
|
|
};
|
|
CLASS = PCAppController;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {delegate = id; };
|
|
SUPERCLASS = NSObject;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |