2007-01-09 16:49:47 +00:00
|
|
|
{
|
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
|
|
FirstResponder = {
|
|
|
|
Actions = (
|
2007-01-19 00:06:32 +00:00
|
|
|
"showOptionsPanel:",
|
2007-01-09 16:49:47 +00:00
|
|
|
"showFindView:",
|
|
|
|
"showProjectBuild:",
|
|
|
|
"showProjectInspector:",
|
|
|
|
"showProjectLaunch:",
|
|
|
|
"showProjectLoadedFiles:",
|
|
|
|
"startBuild:",
|
2007-08-21 21:30:36 +00:00
|
|
|
"startClean:"
|
2007-01-09 16:49:47 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
PCButton = {
|
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
);
|
|
|
|
Super = NSButton;
|
|
|
|
};
|
|
|
|
PCProjectBuilder = {
|
|
|
|
Actions = (
|
|
|
|
"startBuild:",
|
2007-01-19 00:06:32 +00:00
|
|
|
"startClean:",
|
|
|
|
"showOptionsPanel:"
|
2007-01-09 16:49:47 +00:00
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
buildButton,
|
|
|
|
cleanButton,
|
|
|
|
componentView,
|
|
|
|
split,
|
|
|
|
optionsButton,
|
2007-08-21 21:30:36 +00:00
|
|
|
statusField,
|
2007-01-12 18:02:41 +00:00
|
|
|
targetField,
|
|
|
|
errorsCountField
|
2007-01-09 16:49:47 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
PCSplitView = {
|
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
);
|
|
|
|
Super = NSSplitView;
|
|
|
|
};
|
|
|
|
}
|