apps-projectcenter/Resources/Info-gnustep.plist
Sergii Stoian 6817d12843 * PCMenuController.m:
(showInfoPanel:): Use appController intead of [NSApp delegate].
* GNUmakefile: Change version to 0.5.1.
* Resources/Info-gnustep.plist: ditto.
* Framework/PCProjectManager.m:
  (open): Move ordering front project window for here...
  (openProjectAt:): to here.
* Framework/PCProjectBrowser.m:
  (nameOfSelectedCategory): Edit comment text.
* Framework/PCLogController.m:
  (showPanel): Call makeKeyAndOrderFront instead of orderFront.
* Headers/PCInfoController.[hm]:
  (showInfoWindow:): Get version info from Info-gnustep.plist.
* PCPrefController.m:
  (showPanel:): Call makeKeyAndOrderFront instead of orderFront.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27861 72102866-910b-0410-8b05-ffd578937521
2009-02-14 15:45:52 +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.1";
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 - 2008 Free Software Foundation";
CopyrightDescription = "Released under the GNU General Public License 3.0 or later";
}