mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-23 20:01:05 +00:00
(dealloc): Replace DEVELOPMENT with DEBUG * Framework/PCProjectBrowser.m: (fileNameIconPath): Implement new method. * Framework/PCFileNameIcon.m: (mouseDown:) Finish drag&drop implementation. (init): Do not set image by default. (dealloc): Replace DEVELOPMENT with DEBUG. (setDelegate:): Use ASSIGN. (updateIcon): Cleanup. * Framework/English.lproj/ProjectInspector.gorm: Remove 'Hide on deactivate' attribute to panel. It allows drag&drop operations for external applications (e.g. Workspace). * Modules/Projects/Application/PCAppProject.*: Use PCFileNameIcon in inspector to use drag&drop functionality. Cleanup. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27798 72102866-910b-0410-8b05-ffd578937521
82 lines
No EOL
1.4 KiB
Text
82 lines
No EOL
1.4 KiB
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
FirstResponder = {
|
|
Actions = (
|
|
"clearFile:",
|
|
"docFieldSet:",
|
|
"setAppType:",
|
|
"removeDocType:",
|
|
"setAppClass:",
|
|
"setDocBasedApp:",
|
|
"setDocIcon:",
|
|
"setFile:",
|
|
"showDocTypesPanel:"
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
PCAppProject = {
|
|
Actions = (
|
|
"setAppClass:",
|
|
"setFile:",
|
|
"clearFile:",
|
|
"addDocType:",
|
|
"removeDocType:",
|
|
"setCurrentLanguage:",
|
|
"showDocTypesPanel:",
|
|
"setDocBasedApp:",
|
|
"docFieldSet:",
|
|
"setAppType:"
|
|
);
|
|
Outlets = (
|
|
projectAttributesView,
|
|
appClassField,
|
|
iconView,
|
|
setFieldButton,
|
|
clearFieldButton,
|
|
appImageField,
|
|
helpFileField,
|
|
mainNIBField,
|
|
docTypesButton,
|
|
docTypesPanel,
|
|
addDocTypeButton,
|
|
removeDocTypeButton,
|
|
docBasedAppButton,
|
|
docTypeLabel,
|
|
docTypeField,
|
|
docNameLabel,
|
|
docNameField,
|
|
docIconLabel,
|
|
docIconField,
|
|
docExtensionsLabel,
|
|
docExtensionsField,
|
|
docRoleLabel,
|
|
docRoleField,
|
|
docClassLabel,
|
|
docClassField,
|
|
docTypesList,
|
|
typeColumn,
|
|
nameColumn,
|
|
extensionsColumn,
|
|
iconColumn,
|
|
roleColumn,
|
|
classColumn,
|
|
appTypeField,
|
|
helpText
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
PCAppTextField = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
);
|
|
Super = NSTextField;
|
|
};
|
|
PCFileNameIcon = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
);
|
|
Super = NSImageView;
|
|
};
|
|
} |