apps-projectcenter/Resources/Info-gnustep.plist
Sergii Stoian 993f6d5b82 * GNUmakefile: Remove FileRTF.tiff from resoures.
* Images/FileRTF.tiff: Removed.
* Images/FileM.tiff,
* Images/FileMH.tiff,
* Images/FileH.tiff,
* Images/FileHH.tiff,
* Images/FileC.tiff,
* Images/FileCH.tiff,
Moved to Modules/Editors/ProjectEditor/Resources.
* Modules/Editors/ProjectCenter/PCEditor.h: Added new variable
_isEditable.
* Modules/Editors/ProjectCenter/PCEditor.m:
(_createEditorViewWithFrame:): Set editable state for NSTextView here.
Add observer for changed text notification here.
* Resources/Info.plist: NSTypes was extended.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@25954 72102866-910b-0410-8b05-ffd578937521
2008-01-16 00:35:17 +00:00

67 lines
2 KiB
Text

{
NOTE = "Automatically generated, do not edit!";
ApplicationName = "ProjectCenter";
ApplicationDescription = "GNUstep Integrated Development Environment";
ApplicationIcon = "ProjectCenter.tiff";
ApplicationRelease = "0.5.0";
FullVersionID = "HEAD";
Authors = (
"Philippe C.D. Robert",
"Serg Stoyan",
"David Ayers",
"Richard Frith-Macdonald",
"Nicola Pero",
"Pierre-Yves Rivaille",
"Adam Fedor",
"Gregory Jonh Casamento");
NSIcon = "ProjectCenter.tiff";
NSExecutable = ProjectCenter;
NSMainNibFile = ProjectCenter.gorm;
NSPrincipalClass = NSApplication;
NSRole = "Editor";
NSTypes = (
{
NSDocumentClass = PCProjectDocument;
NSHumanReadableName = "GNUstep project";
NSIcon = FileProject.tiff;
NSName = GSPCProjectFileType;
NSRole = Editor;
NSUnixExtensions = ( project );
},
{
NSDocumentClass = PCProjectDocument;
NSHumanReadableName = "GNUstep project";
NSIcon = FileProject.tiff;
NSName = GSPCFileType;
NSRole = Editor;
NSUnixExtensions = ( pcproj );
},
{
NSDocumentClass = PCClassDocument;
NSHumanReadableName = "Objective C class file";
NSIcon = ProjectCenter.editor/Resources/FileM.tiff;
NSName = GSPClassType;
NSRole = Editor;
NSUnixExtensions = ( m );
},
{
NSDocumentClass = PCHeaderDocument;
NSHumanReadableName = "C or Objective C header file";
NSIcon = ProjectCenter.editor/Resources/FileH.tiff;
NSName = GSPCHeaderType;
NSRole = Editor;
NSUnixExtensions = ( h );
},
{
NSDocumentClass = PCCDocument;
NSHumanReadableName = "C file";
NSIcon = ProjectCenter.editor/Resources/FileC.tiff;
NSName = GSPCCType;
NSRole = Editor;
NSUnixExtensions = ( c );
}
);
URL = "See http://www.gnustep.org/";
Copyright = "Copyright (C) 1999 - 2005 Free Software Foundation";
CopyrightDescription = "Released under the GNU General Public License 2.0";
}