mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 00:51:51 +00:00
IDE - Integrated Development Environment. PC manages code and builds applications, frameworks and libraries, use GORM for Interface editing.
related to editor handling. This is work in progress... Every PCProject component now has to conform to the ProjectComponent protocol. Syntax highlighting is disabled for now, this will undergo a major rewrite soon. Furthermore I separated the component handling stuff from the main class file and put it into PCProject+ComponentHandling. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12499 72102866-910b-0410-8b05-ffd578937521 |
||
---|---|---|
PCAppProj | ||
PCBaseFileTypes | ||
PCBundleProj | ||
PCGormProj | ||
PCLib | ||
PCLibProj | ||
PCToolProj | ||
ProjectCenter | ||
ANNOUNCE | ||
ChangeLog | ||
COPYING | ||
GNUmakefile | ||
GNUmakefile.postamble | ||
GNUmakefile.preamble | ||
INSTALL | ||
NEWS | ||
README |
Introduction ************ Read the NEWS file for the latest user visible changes. Read the INSTALL file for installation instructions. 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. 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 o Code 'wizards' o UML case tool?! o Overall code improvements and bug fixes!!! o ... and a lot more! Acknowledgements **************** Icons - Many are created by Andrew Lindsay. Code - Pierre-Yves Rivaille Nicola Perot Makefiles - Adam Fedor And all I have forgotten...