mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
Resources cleanup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/UNSTABLE_0_5@22213 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
da603dea61
commit
357f278c1d
6 changed files with 0 additions and 83 deletions
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||||
PCLogController = {
|
||||
Actions = (
|
||||
);
|
||||
Outlets = (
|
||||
panel,
|
||||
textView
|
||||
);
|
||||
Super = NSObject;
|
||||
};
|
||||
}
|
Binary file not shown.
Binary file not shown.
|
@ -1,71 +0,0 @@
|
|||
{
|
||||
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||||
FirstResponder = {
|
||||
Actions = (
|
||||
"setBuildTool:"
|
||||
);
|
||||
Super = NSObject;
|
||||
};
|
||||
PCPrefController = {
|
||||
Actions = (
|
||||
"popupChanged:",
|
||||
"setSuccessSound:",
|
||||
"setFailureSound:",
|
||||
"setPromptOnClean:",
|
||||
"setKeepBackup:",
|
||||
"setSaveOnQuit:",
|
||||
"setSavePeriod:",
|
||||
"setDisplayPanels:",
|
||||
"setPromptWhenQuit:",
|
||||
"setDebugger:",
|
||||
"setEditor:",
|
||||
"setTabBehaviour:",
|
||||
"setTabSpaces:",
|
||||
"setRootBuildDir:",
|
||||
"setDeleteCache:",
|
||||
"setFullPathInFilePanels:",
|
||||
"setRememberWindows:",
|
||||
"setEditorSize:",
|
||||
"setDisplayLog:",
|
||||
"setBuildTool:"
|
||||
);
|
||||
Outlets = (
|
||||
panel,
|
||||
popupButton,
|
||||
sectionsView,
|
||||
buildingView,
|
||||
successField,
|
||||
setSuccessButton,
|
||||
failureField,
|
||||
setFailureButton,
|
||||
promptOnClean,
|
||||
savingView,
|
||||
keyBindingsView,
|
||||
miscView,
|
||||
saveOnQuit,
|
||||
keepBackup,
|
||||
autosaveSlider,
|
||||
autosaveField,
|
||||
separateBuilder,
|
||||
separateLauncher,
|
||||
separateEditor,
|
||||
separateLoadedFiles,
|
||||
promptWhenQuit,
|
||||
debuggerField,
|
||||
editorField,
|
||||
interfaceView,
|
||||
deleteCache,
|
||||
fullPathInFilePanels,
|
||||
rememberWindows,
|
||||
tabMatrix,
|
||||
tabSpacesField,
|
||||
rootBuildDirField,
|
||||
rootBuildDirButton,
|
||||
editorColumnsField,
|
||||
editorLinesField,
|
||||
displayLog,
|
||||
buildToolField
|
||||
);
|
||||
Super = NSObject;
|
||||
};
|
||||
}
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue