IDE - Integrated Development Environment. PC manages code and builds applications, frameworks and libraries, use GORM for Interface editing.
Find a file
Sergii Stoian 89697c5df2 * Framework/PCProjectBuilder.m:
(updateTargetField): Process args correctly when it has nil value.
(startBuild): Move initializing of currentBuildPath and 
currentBuildFile from here...
(build:):...to here. Rename pipes and handles vars to more appropriate
names. Initialize pipes with alloc, init.
(startClean): Use buildArguments as in startBuild method.
(stopMake:): It seems that [makeTask isRunning] works correctly -
use it. Remove comment.   
(cleanupAfterMake): Use _isBuilding and _isCleaning vars to detect
running mode. Release currentBuildPath and currentBuildFile here.
(buildDidTerminate): Release pipes here.        
(logData:error:): Initialize newLineRange.location before entering
cycle.
(logBuildString:newLine:): Cleanup.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@28142 72102866-910b-0410-8b05-ffd578937521
2009-03-27 23:39:02 +00:00
Documentation Updated TODO. 2009-03-27 07:04:09 +00:00
English.lproj * Headers/Protocols/Preferences.h: Add new methods. 2009-03-15 00:12:00 +00:00
Framework * Framework/PCProjectBuilder.m: 2009-03-27 23:39:02 +00:00
Headers * Framework/PCProjectBuilder.m: 2009-03-27 23:39:02 +00:00
Images * Images/FileProject.tiff: Added 2008-01-16 00:36:44 +00:00
Modules * Framework/PCProject.m: Implement openWrapperAtPath: 2009-03-27 07:01:11 +00:00
Resources * PCMenuController.m: 2009-02-14 15:45:52 +00:00
.cvsignore Fixed bug #11779 2005-06-07 20:39:06 +00:00
.dist-ignore Start merging branches 2004-06-11 13:43:02 +00:00
ChangeLog * Framework/PCProjectBuilder.m: 2009-03-27 23:39:02 +00:00
COPYING License 2008-04-22 23:19:05 +00:00
GNUmakefile * GNUmakefile, 2009-03-15 22:47:23 +00:00
GNUmakefile.postamble 2007-07-19 Sergii Stoian <stoyan255@gmail.com> 2007-07-18 23:01:17 +00:00
GNUmakefile.preamble Improved linking against uninstalled ProjectCenter.framework 2007-12-13 19:03:54 +00:00
PCAppController.m * Headers/Protocols/Preferences.h: Add new methods. 2009-03-15 00:12:00 +00:00
PCFindController.m Use #import throughout 2008-12-30 13:47:27 +00:00
PCInfoController.m * PCMenuController.m: 2009-02-14 15:45:52 +00:00
PCMenuController.m * PCMenuController.m: 2009-02-14 15:45:52 +00:00
PCPrefController.m * Framework/PCProjectManager.m: 2009-03-19 00:13:25 +00:00
ProjectCenter_main.m Use #import throughout 2008-12-30 13:47:27 +00:00
TextFinder.h * English.lproj/FindPanel.gorm: Added Find panel. 2007-09-23 22:27:21 +00:00
TextFinder.m * Framework/PCBundleManager.m, 2007-09-27 00:03:51 +00:00