apps-projectcenter/Documentation
Sergii Stoian a417d8581e * PCMenuController.m:
(validateMenuItem:): Enable "File" menu items for files opened
  witout project. It fixes bug #25311 (now file saved).
* Framework/PCProjectManager.m:
  (openFileAtPath:): Call to orderFrontEditorForFile: explicitly because
  of last change in PCEditorManager.
* Framework/PCProjectBrowser.m:
  (doubleClick:): Do not open file in separate window with PCProjectEditor
  not PCProjectManager.
* Framework/PCProjectEditor.m:
  (openEditorForCategoryPath:windowed:): Cleanup.
* Framework/PCEditorManager.m:
  (openEditorForFile:editable:windowed:): Remove call to
  orderFrontEditorForFile:.
* Modules/Editors/ProjectCenter/PCEditor.m:
  (_createWindow): Modify default size and position of window.
  (openFileAtPath:editorManager:editable:): Remove creation of internal view.
  Create it when first requested (editorView and componentView methods).
  (windowDidBecomeKey:) No need to set first responder. It seems first responder
  remembered by window correctly.
  (windowDidResignKey:): Call resignFirstResponder: to notify others.
* Modules/Projects/Application/PCAppProject.m:
  (dealloc): TODO added.
* Documentation/TODO: Mark "Finish FileNameIcon..." task as done.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27807 72102866-910b-0410-8b05-ffd578937521
2009-02-08 00:38:13 +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-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 * PCMenuController.m: 2009-02-08 00:38:13 +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.