mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
* Make modifications to files which use PCPrefController git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27698 72102866-910b-0410-8b05-ffd578937521
73 lines
No EOL
1.4 KiB
Text
73 lines
No EOL
1.4 KiB
Text
{
|
|
"## 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,
|
|
debuggerButton,
|
|
buildToolButton
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
} |