mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 10:00:48 +00:00
Remove rootBuildPath var. * Headers/ProjectCenter/PCProjectManager.h: Ditto. * Framework/PCFileManager.m: Add removeDirsIfEmpty:(BOOL) parameter to remove* methods. * Headers/ProjectCenter/PCFileManager.h: Ditto. * Framework/PCProject.m: Pass removeDirsIfEmpty:(BOOL) parameter to PCFileManager remove* methods calls. * PCAppController.m: Ditto. * Modules/Projects/Application/PCAppProject.m: Ditto. * Modules/Projects/Tool/PCToolProject.m: Ditto. * Framework/PCProjectBuilder.m: Rename ivar currentProject into project. Use it. (prebuildCheck:): Create root build directory if not exist. * Headers/ProjectCenter/PCProjectBuilder.h: Rename ivar currentProject into project. * Documentation/TODO: Update. * Documentation/ANNOUNCE: Ditto. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@24369 72102866-910b-0410-8b05-ffd578937521
68 lines
2.1 KiB
Text
68 lines
2.1 KiB
Text
|
|
ANNOUNCE
|
|
********
|
|
|
|
This is version 0.5.0 of ProjectCenter.
|
|
|
|
What is ProjectCenter?
|
|
======================
|
|
|
|
ProjectCenter is GNUstep IDE(Intergated Development Environment)
|
|
application. It is a clone of the OPENSTEP ProjectBuilder application
|
|
for GNUstep.
|
|
|
|
ProjectCenter is covered under the GNU General Public License. This means
|
|
if you make changes to these programs, you cannot charge a fee, other than
|
|
distribution fees, for others to use the program. You should read the
|
|
Documentation/COPYING file for more information.
|
|
|
|
Noteworthy changes in version `0.5.0'.
|
|
======================================
|
|
|
|
* Added new project types "Framework" and "Resource Set".
|
|
|
|
* Implemented on demand loading of bundles (project types, editor).
|
|
|
|
* Impemented localization support for projects.
|
|
|
|
* Some user interface ehnancements were made (save restore geometry of
|
|
subviews in project window splitview, drag and drop for icons).
|
|
|
|
* Clicking on .m and .h file in project browser expands to file structure
|
|
(classes, methods).
|
|
|
|
* Incorporated ProjectManager's editor with some modifications. Symtax color
|
|
highlighting works.
|
|
|
|
* Rewritte bundle loading mechanizm. All bundle now loaded on demand.
|
|
|
|
* All windows and panels are now GORM files.
|
|
|
|
* Fixes for MingW environment (thanks to Adam Fedor).
|
|
|
|
* Support for separate build directory added.
|
|
|
|
How can I get support for this software?
|
|
========================================
|
|
|
|
You may wish to use the GNUstep discussion mailing list for general
|
|
questions and discussion. Look at the GNUstep Web Pages for more
|
|
information regarding GNUstep resources <http://www.gnustep.org>
|
|
|
|
Where can you get it? How can you compile it?
|
|
==============================================
|
|
|
|
You can download sources (for some machines) from
|
|
ftp://ftp.gnustep.org/pub/gnustep/dev-apps/.
|
|
|
|
Where do I send bug reports?
|
|
============================
|
|
|
|
Bug reports can be sent to <bug-gnustep@gnu.org>.
|
|
|
|
Obtaining GNU Software
|
|
======================
|
|
|
|
Check out the GNU web site. (`http://www.gnu.org/')
|
|
|
|
Check out the GNUstep web site. (`http://www.gnustep.org/')
|