mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-15 16:11:25 +00:00
(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 |
||
---|---|---|
.. | ||
ANNOUNCE | ||
AUTHORS | ||
ChangeLog-1 | ||
COPYING | ||
INSTALL | ||
README | ||
README.contributions | ||
SCHEME | ||
TODO |
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.