apps-projectcenter/Documentation
Sergii Stoian 8a4661e36b * Frameworks/PCFileManager.m:
(-filesForOpenOfType:multiple:title:accView:): Removed
(-fileForSaveOfType:title:accView:): Removed.
(-filesForAddOfTypes:): Removed.
(-filesOfTypes:operation:multiple:title:accView:): Implemented.
Replaces removed methods.
(-_panelForOperation:title:accView:): New method. Returns panel
for specified operation type.
(-_saveLastDirectoryForPanel:): New method. Saves last opened
directory for operation type (panel).
(-panel:isValidFilename:): Validate directory as correct filename
if project is opening and directory has PC.project file.
* Headers/ProjectCenter/PCFileManager.h: Added new variable 'operation'
and declaraion of new mathods.
* Framework/PCProjectManager.m: Use new methods of PCFileManager.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@25422 72102866-910b-0410-8b05-ffd578937521
2007-08-29 20:39:25 +00:00
..
ANNOUNCE * GNUmakefile: Set GNUSTEP_INSTALLATION_DOMAIN to SYSTEM. 2007-06-05 22:37:15 +00:00
AUTHORS * Framework/PCProjectManager.m: Remove code handling rootBuildPath var. 2007-01-16 16:27:33 +00:00
ChangeLog * Frameworks/PCFileManager.m: 2007-08-29 20:39:25 +00:00
ChangeLog-1 Start merging branches 2004-06-11 13:43:02 +00:00
COPYING Start merging branches 2004-06-11 13:43:02 +00:00
INSTALL Various fixes and cleanups 2004-06-15 20:41:49 +00:00
README ProjectWindow, ProjectLauncher, ApplicationProject Inspector.gorm fixes 2004-06-20 00:07:52 +00:00
README.contributions Start merging branches 2004-06-11 13:43:02 +00:00
SCHEME * GNUmakefile: Set GNUSTEP_INSTALLATION_DOMAIN to SYSTEM. 2007-06-05 22:37:15 +00:00
TODO * Frameworks/PCFileManager.m: 2007-08-29 20:39:25 +00:00

ProjectCenter 
=============

This is ProjectCenter, the GNUstep IDE which is part of the GNUstep 
project and is copyrighted by the Free Softare Foundation. ProjectCenter 
is released under the GPL - see Documentation/COPYING for the details.
    
Further information can be found on the GNUstep site at www.gnustep.org
on the ProjectCenter page 

http://www.gnustep.org/experience/ProjectCenter.html

For the installation instructions read the INSTALL file.
For a list of upcoming and/or planned features read the TODO file. 
For a list of changes in released versions read the ANNOUNCE file. 
    
The main author of ProjectCenter is Philippe C.D. Robert, current 
maintainer is Serg Stoyan, but others have contributed a lot to the 
current state of the project (see Documentatio/AUTHORS). Many of the
icons have been created by Andrew Lindsay.