mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-24 20:21:20 +00:00
31 lines
570 B
Text
31 lines
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;
|
||
|
};
|
||
|
}
|