apps-projectcenter/Documentation
Sergii Stoian 4e24cf3451 * Framework/PCEditorManager.m: Added.
* Headers/ProjectCenter/PCEditormanager.h: Added.
* PCMenuController.m: (-fileSaveAs:): move code to 
PCProjectManager.m.
* Headers/ProjectCenter/PCEditorManager.h: New file.
* Framework/PCEditorManager.m: New file. Superclass for
PCProjectEditor.
* Framework/PCProjectManager.m: Use PCEditorManager.
Implement opening files outside of projects (fixes bug #15992).
* Framework/PCProjectLoadedFiles.m: Use PCEditorManager.
* Framework/PCProject.m: (-setProjectManager:): Use new
method of initializing PCProjectEditor.
* Framework/GNUmakefile: Add PCEditorManager.[hm].
* Framework/PCProjectBrowser.m: Made use of 
PCProjectEditor's editorForFile: method.
* Framework/PCProjectEditor.m: Remove initializing of extern
variables (moved into PCEditorManager). Use '_componentView'
var instead of 'componentView'. The same with _scrollView and
_project.
(-initWithProject:): renamed into init. Removed code duplicated
with superclass' code.
(-dealloc): Removed code duplicated with superclass' code.
(-editorForFile🔑): Removed. Code moved into superclass'
editorForFile: method.
(-openEditorForCategoryPath:windowed:): Code that determines
existance of file and if file is plain text move into
[super openEditorForFile:editable:windowed:]. Changed file
opening coditions. Made use of [<CodeEditor> fileStructureItemSelected]
method. Code that determines classes and methods in category path
was removed.
(openEditorForFile:categoryPath:editable:windowed:): Removed in favour
of superclass' method.
(activeEditor): Ditto.
(allEditors): Ditto.
(closeActiveEditor:): Ditto.
(closeEditorForFile:): Ditto.
(saveFile): Ditto.
(saveFileTo:): Ditto.
(revertFileToSaved): Ditto.
(editorDidResignActive:): Ditto.
(editorDidChangeFileName:): Ditto.
(closeAllEditors:): Cleanup.
(saveFileAs:): Made use of new -openEditorForFile:editable:windowed:
method.
* Framework/PCProjectWindow.m: Made usage of editorManager method
of <CodeEditor> protocol.
* Modules/Editors/ProjectCenter/PCEditorView.m: 
(becomeFirstResponder): Use new -becomeFirstResponder: method of
PCEditor class.
* Modules/Editors/ProjectCenter/PCEditor.h: Change name of var 
projectEditor to _editorManager. Add parameter (PCEditorView *)view
to becomeFistResponder and resignFirstResponder methods. Add some
comments.
* Modules/Editors/ProjectCenter/PCEditor.m: Rename method
-openFileAtPath:categoryPath:projectEditor:editable: to
-openFileAtPath:editorManager:editable. Rename -projectEditor method
to -editorManager. Change becomeFistResponder and resignFirstResponder 
methods' definitions.
(fileStructureItemSelected:): Add initial implementation of action 
code according to the type of selected item.
* Headers/Protocols/CodeEditor.h: Change definition of
-openFileAtPath:categoryPath:projectEditor:editable: mathod to
-openFileAtPath:editorManager:editable. Remove methods
scrollToClassName: and scrollToMethodName:. Rename projectEditor
method into editorManager.
* Headers/ProjectCenter/PCProjectEditor.h: Made PCProjectEditor
as subclass of PCEditorManager. Add prefix '_' to variables.
(-initWithProject:): renamed into init.
(setProject:): Added.
Removed methods and variables duplicated with superclass.
* Headers/ProjectCenter/PCProjectManager.h: Add editorManager var.
(-saveFileAs:): renamed to saveFileAs. 



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@25991 72102866-910b-0410-8b05-ffd578937521
2008-01-21 22:26:36 +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 * Framework/PCEditorManager.m: Added. 2008-01-21 22:26:36 +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 * Framework/PCBundleManager.m: (objectForClassName:bundleType:protocol:) 2008-01-15 18:20:21 +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.