mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-24 20:21:20 +00:00
* Modules/Preferences/Build/PCBuildPrefs.m: * Modules/Preferences/Build/Resources/BuildPrefs.gorm: Move "Remove files in root build directory on quit" option from here... * Modules/Preferences/Misc/PCMiscPrefs.h: * Modules/Preferences/Misc/PCMiscPrefs.m: * Modules/Preferences/Misc/Resources/MiscPrefs.gorm: to here. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@28008 72102866-910b-0410-8b05-ffd578937521
31 lines
No EOL
570 B
Text
31 lines
No EOL
570 B
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
FirstResponder = {
|
|
Actions = (
|
|
"setEditor:",
|
|
"setDebugger:",
|
|
"setFullPathInFilePanels:",
|
|
"setPromptWhenQuit:"
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
PCMiscPrefs = {
|
|
Actions = (
|
|
"setEditor:",
|
|
"setDebugger:",
|
|
"setFullPathInFilePanels:",
|
|
"setPromptWhenQuit:"
|
|
);
|
|
Outlets = (
|
|
debuggerButton,
|
|
debuggerField,
|
|
deleteCache,
|
|
editorButton,
|
|
editorField,
|
|
fullPathInFilePanels,
|
|
miscView,
|
|
promptWhenQuit
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
} |