IDE - Integrated Development Environment. PC manages code and builds applications, frameworks and libraries, use GORM for Interface editing.
Find a file
Sergii Stoian beaf539825 *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16659 72102866-910b-0410-8b05-ffd578937521
2003-05-06 21:23:57 +00:00
Images *** empty log message *** 2003-05-06 21:23:57 +00:00
PCAppProj .pcproj removed. 2003-05-06 21:02:49 +00:00
PCBaseFileTypes .preamble and .pcproj removed. GNUmakefile corrected to ../GNUmakefile.bundles 2003-05-06 21:01:35 +00:00
PCBundleProj .preamble, .postamble and .pcproj removed. GNUmakefile corrected to ../GNUmakefile.bundles 2003-05-06 21:13:00 +00:00
PCGormProj .preamble, .postamble, .pcproj and .plist removed. GNUmakefile corrected to ../GNUmakefile.bundles 2003-05-06 21:11:28 +00:00
PCLib add pcproj_bundle.make 2003-05-05 14:40:11 +00:00
PCLibProj .preamble, .postamble and .pcproj removed. GNUmakefile corrected to ../GNUmakefile.bundles 2003-05-06 21:13:00 +00:00
PCRenaissanceProj .preamble, .postamble, .pcproj and .plist removed. GNUmakefile corrected to ../GNUmakefile.bundles 2003-05-06 21:11:28 +00:00
PCToolProj *** empty log message *** 2003-05-06 21:14:05 +00:00
ProjectCenter (application:openFile:): Calling to activateIgnoringOtherApps: added 2003-05-06 14:25:05 +00:00
ANNOUNCE Updated ANNOUNCE file 2001-12-29 15:56:20 +00:00
AUTHORS Updated the AUTHORS file and applied David Ayers' patch. 2002-10-06 13:45:02 +00:00
ChangeLog *** empty log message *** 2003-05-06 10:59:20 +00:00
COPYING Initial revision 2000-08-27 19:11:42 +00:00
GNUmakefile Move files from ./ProjectCenter into ./ 2003-05-06 21:17:06 +00:00
GNUmakefile.bundles *** empty log message *** 2003-05-06 21:23:57 +00:00
GNUmakefile.postamble Move files from ./ProjectCenter into ./ 2003-05-06 21:17:06 +00:00
GNUmakefile.preamble Move files from ./ProjectCenter into ./ 2003-05-06 21:17:06 +00:00
INSTALL Updated ChangeLogs 2002-06-01 14:00:45 +00:00
PCAppController+MenuHandling.h *** empty log message *** 2003-05-06 21:23:57 +00:00
PCAppController+MenuHandling.m *** empty log message *** 2003-05-06 21:23:57 +00:00
PCAppController.h *** empty log message *** 2003-05-06 21:23:57 +00:00
PCAppController.m *** empty log message *** 2003-05-06 21:23:57 +00:00
PCFindController.h *** empty log message *** 2003-05-06 21:23:57 +00:00
PCFindController.m *** empty log message *** 2003-05-06 21:23:57 +00:00
PCInfoController.h *** empty log message *** 2003-05-06 21:23:57 +00:00
PCInfoController.m *** empty log message *** 2003-05-06 21:23:57 +00:00
PCLogController.h *** empty log message *** 2003-05-06 21:23:57 +00:00
PCLogController.m *** empty log message *** 2003-05-06 21:23:57 +00:00
PCMenuController.h *** empty log message *** 2003-05-06 21:23:57 +00:00
PCMenuController.m *** empty log message *** 2003-05-06 21:23:57 +00:00
PCPrefController.h *** empty log message *** 2003-05-06 21:23:57 +00:00
PCPrefController.m *** empty log message *** 2003-05-06 21:23:57 +00:00
ProjectCenter_main.m *** empty log message *** 2003-05-06 21:23:57 +00:00
ProjectCenterIcon.icns *** empty log message *** 2003-05-06 21:23:57 +00:00
ProjectCenterInfo.plist *** empty log message *** 2003-05-06 21:23:57 +00:00
README Explanations on how to install everything on Mac OS X 2002-11-27 11:56:47 +00:00

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

    This is ProjectCenter, the GNUstep IDE. ProjectCenter is part of the
    GNUstep project and is copyrighted by the Free Softare Foundation.

    ProjectCenter is released under the GPL - see file 'COPYING' for details.
    
    Read the NEWS file for the latest user visible changes. Read the INSTALL
    file for installation instructions.


    Status
    ------

    A lot is still not done and not even designed. As for the moment the
    application can be used for creating and managing projects of different
    kinds, such as GORM applications, libraries, tools and so on.

    What still needs a lot of effort:

    o Code editing/external editor support
    o Debugging support
    o Code 'wizards' 
    o UML case tool?!
    o Overall code improvements and bug fixes!!!
    o ... and a lot more!


    ProjectCenter.app on Mac OS X
    -----------------------------

    It is possible to compile and run ProjectCenter on Mac OS X 10.2 using 
    Cocoa. But since the application relies on the GNUstep makefile package 
    it will not be really useable (yet). 

    Installation: - Compile PCLib and install it in ~/Library/Frameworks/
                  - Compile ProjectCenter.app and install it at the usual place
                  - Compile all bundles and install them where appropriate
                  - Run ProjectCenter.app and set the bundle path in the 
                    preferences panel
                  - Restart ProjectCenter.app - that's it!

    Known issues: - The GUI is hardcoded therefore it is not adopted to Mac OS X
                    metrics.


    Acknowledgements
    ----------------

    Icons     - Many are created by Andrew Lindsay.

    Code      - Pierre-Yves Rivaille
	        Nicola Perot
                Richard Frith-Macdonald
                Adam Fedor

    And all I have forgotten...