Commit graph

  • 38d424a25e removed double ; Riccardo Mottola 2008-12-29 22:22:17 +0000
  • 591ef01a5b * Framework/PCProjectLauncher.m: Remove local variable for debugger from method. Also add it to the launcher dealloc method. * Headers/ProjectCenter/PCProjectLauncher.h: Add an ivar for the debugger. * Modules/Debuggers/ProjectCenter/PCDebugger.m: Add dealloc to shut down the debugger window when it's dealloc. * Modules/Debuggers/ProjectCenter/PCDebuggerView.m: Don't set status when terminated, since it causes a crash. Gregory John Casamento 2008-12-29 05:25:52 +0000
  • fc1d806411 * Modules/Debuggers/ProjectCenter/PCDebugger.m: Added code to do the restart and pause actions in the debugger. * Modules/Debuggers/ProjectCenter/PCDebuggerView.[hm]: Added method subProcessId and an ivar and the logic to parse the process id from debugger output. Gregory John Casamento 2008-12-28 16:19:27 +0000
  • eefe748587 * Framework/PCEditorManager.m: Remove log. * Modules/Debuggers/ProjectCenter/GNUmakefile: Added new images to resource list. * Modules/Debuggers/ProjectCenter/PCDebugger.[hm]: Added setStatus: method to manage status field. * Modules/Debuggers/ProjectCenter/PCDebuggerView.m: Added code to handle the toolbar. * Modules/Debuggers/ProjectCenter/PTYView.[hm]: Added method called "terminate" so that subclasses can override how the process is terminated. * Modules/Debuggers/ProjectCenter/Resources/PCDebugger.gorm: Added status line. * Modules/Debuggers/ProjectCenter/Resources/go_button.png * Modules/Debuggers/ProjectCenter/Resources/next_button.png * Modules/Debuggers/ProjectCenter/Resources/pause_button.png * Modules/Debuggers/ProjectCenter/Resources/restart_button.png * Modules/Debuggers/ProjectCenter/Resources/stepin_button.png * Modules/Debuggers/ProjectCenter/Resources/stepout_button.png: Images for debugger toolbar. Gregory John Casamento 2008-12-28 07:19:45 +0000
  • 96c021a74f * Framework/PCEditorManager.m: Changed code to use the filePath that is passed in, since it is now fully qualified. * Modules/Debuggers/ProjectCenter/PCDebugger.m: Pass the "-f" (fullname) flag to gdb. This causes gdb to give a fully qualified pathname back. * Modules/Debuggers/ProjectCenter/PCDebuggerView.[hm]: Code to extract the line and file information. * Modules/Debuggers/ProjectCenter/PTYView.[hm]: New method putString:. Gregory John Casamento 2008-12-27 05:43:41 +0000
  • ca0d589c85 * Framework/PCEditorManager.m: Scroll to and select the line that the debugger has stopped at. * Modules/Debuggers/ProjectCenter/PCDebuggerView.m: bring the debugger window to the front when a breakpoint is detected. Gregory John Casamento 2008-12-26 17:55:11 +0000
  • 1d1c796f67 * Framework/PCEditorManager.m * Modules/Debuggers/ProjectCenter/PCDebuggerView.m: Changes to bring up the file in which the debugger has stopped in. Gregory John Casamento 2008-12-26 07:18:55 +0000
  • 466f1709f2 Changes to allow the debugger to notify the editor when a breakpoint is encountered. Gregory John Casamento 2008-12-26 06:38:46 +0000
  • 43e24cad84 * Modules/Debuggers/ProjectCenter/GNUmakefile: Added PTYView.[hm] * Modules/Debuggers/ProjectCenter/PCDebugger.[hm]: Simplified to call PCDebuggerView instance with the program to start. * Modules/Debuggers/ProjectCenter/PCDebuggerView.[hm]: Refactored into a subclass of PTYView. * Modules/Debuggers/ProjectCenter/PTYView.[hm]: pty based terminal view which allows us to read and write from a pseudo-terminal. The code in the master/slave methods was inspired by an example given in "UNIX Network Programming" by W. Richard Stevens and also Nicola Vitacolonna. * Modules/Debuggers/ProjectCenter/Resources/PCDebugger.gorm: Added PTYView and made the PCDebuggerView a subclass of it. Also made the window release when closed so that the gdb process gets terminated. Gregory John Casamento 2008-12-25 15:46:41 +0000
  • cd2924d9ab Write to the stream directly Gregory John Casamento 2008-12-23 14:48:11 +0000
  • dad9dde30e * Modules/Debuggers/ProjectCenter/PCDebugger.h * Modules/Debuggers/ProjectCenter/PCDebugger.m * Modules/Debuggers/ProjectCenter/PCDebuggerView.m: Add code to write to the file desicriptor. Gregory John Casamento 2008-12-23 00:49:57 +0000
  • 3ea83315ba Info table for debugger. Gregory John Casamento 2008-12-23 00:01:09 +0000
  • 50ac933d43 * English.lproj/ProjectCenter.gorm: Minor changes. * Framework/PCEditorManager.m: Cleanup. * Framework/PCProjectLauncher.m: Cleanup. * GNUmakefile: New module. * Headers/Protocols/CodeDebugger.h: New methods * Modules/Debuggers/ProjectCenter/GNUmakefile: Added debugger to resources. * Modules/Debuggers/ProjectCenter/PCDebugger.h * Modules/Debuggers/ProjectCenter/PCDebugger.m: Changes to talk to debugger task * Modules/Debuggers/ProjectCenter/Resources/PCDebugger.gorm: Debugger gorm file. Gregory John Casamento 2008-12-22 23:45:43 +0000
  • 94baea2b63 * Documentatio/TODO: move unfinshed tasks from 0.5 to 0.6 release Sergii Stoian 2008-12-22 22:01:26 +0000
  • 0f85f9390c interpret char from the view and send them to the debugger std in Riccardo Mottola 2008-12-22 00:39:45 +0000
  • 61691b8689 interpret char from the view and send them to the debugger std in Riccardo Mottola 2008-12-22 00:38:35 +0000
  • 9feb86a622 Debugger protocol Gregory John Casamento 2008-12-22 00:31:55 +0000
  • c35bd787df Changes for gorm file and debugger class. Gregory John Casamento 2008-12-22 00:09:23 +0000
  • 32be29331b new tasks Riccardo Mottola 2008-12-21 16:53:04 +0000
  • dfa1083363 Documentation/TODO: update 0.6 release tasks Sergii Stoian 2008-12-20 23:13:00 +0000
  • 077d9acf41 Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=ProjectCenter Nicola Pero 2008-12-19 13:13:49 +0000
  • dd04c2f9b6 Set GNUSTEP_CORE_SOFTWARE to YES so that project center is installed by default in SYSTEM if gnustep-make has been configured with --disable-packages Nicola Pero 2008-12-18 19:25:05 +0000
  • 0fcb14a78f Avoid some confusion when selecting files Richard Frith-MacDonald 2008-12-17 10:46:22 +0000
  • d616702b69 Allow more types of help Richard Frith-MacDonald 2008-12-17 09:47:48 +0000
  • f3d2771081 Add help Richard Frith-MacDonald 2008-12-17 07:04:14 +0000
  • 173eb165ac Beginnings of debugger interface. Gregory John Casamento 2008-12-16 21:31:41 +0000
  • 1597cd9cee Fixups for NSRole Richard Frith-MacDonald 2008-12-16 20:40:20 +0000
  • b41546414a corrected wrong outlet Riccardo Mottola 2008-12-09 21:57:33 +0000
  • 08029f654a created and connected button outlets for build and debugger Riccardo Mottola 2008-12-09 00:51:53 +0000
  • 8c5c85d4db created set buttons for paths Riccardo Mottola 2008-12-08 21:08:49 +0000
  • 00d1c0f635 handle setting path from buttons Riccardo Mottola 2008-12-07 00:45:47 +0000
  • 5fbc998044 Correct warning in AppController.m Gregory John Casamento 2008-11-28 02:09:36 +0000
  • 2269ad78ec Fix for bug #24674. Gregory John Casamento 2008-11-27 16:57:29 +0000
  • cf5e1561a9 * Framework/PCProjectBrowser.m: Check return value of [NSWorkspace getInfoForFile:application:type:]. Corrects crash when no editor is available for a type. Gregory John Casamento 2008-11-27 06:25:27 +0000
  • c6ceeba0a7 Tag version 0_5_0 projectcenter-0_5_0 Gregory John Casamento 2008-10-26 00:44:18 +0000
  • e2fd1153ef Update changelog with new version for release. Gregory John Casamento 2008-10-26 00:42:44 +0000
  • a05bd780b9 Added URL for SVN. Gregory John Casamento 2008-10-26 00:40:35 +0000
  • 0234884099 fix memory related crash, enhancements for relative install paths Riccardo Mottola 2008-10-22 19:55:32 +0000
  • c1fb4165f9 correct bugtracker URL Riccardo Mottola 2008-10-22 19:54:38 +0000
  • 6a3279d598 * ChangeLog: Moved to here top level of project. * Documentation/ChangeLog: Removed from here... * Modules/Editors/ProjectCenter/PCEditor.m: Corrected an issue in the windowDidResignKey: method which was making the window the first responder. This was preventing Find from working properly. Gregory John Casamento 2008-10-18 22:16:05 +0000
  • bb3decbb48 Correct coloration issue in build panel. Gregory John Casamento 2008-09-22 23:39:57 +0000
  • dc4adba496 Correct coloration issue with main window textfields. Gregory John Casamento 2008-09-22 23:37:24 +0000
  • 2efa58419a Corrected issue with header file section in makefile generation for library. Gregory John Casamento 2008-07-04 15:16:08 +0000
  • 7434ba3a2c Corrected an issue with headers in GNUmakefile generation. Gregory John Casamento 2008-07-02 23:10:43 +0000
  • b30e645eb2 License Gregory John Casamento 2008-04-22 23:19:05 +0000
  • a8bd14c991 Commit last logged change Sergii Stoian 2008-02-20 00:02:09 +0000
  • d574a0a9cc * Framework/PCProjectBuilder.m: (-parseErorLine:): Fixed type of saved row and column values. Cleanup. * Framework/PCEditorManager.m: (-openEditorForFile:editable:windowed:): Fixed another NSLog parameter missing. Sergii Stoian 2008-02-20 00:00:56 +0000
  • f66acd94df * Documentation/Changelog: Update Sergii Stoian 2008-02-18 22:50:56 +0000
  • 256e47d6c9 updating changelog Gregory John Casamento 2008-02-14 03:13:31 +0000
  • 6c4e1a4c65 * Framework/PCMakefileFactory.m: Correction for bug#22311. Added project-type specific makefile generation. Gregory John Casamento 2008-02-14 03:11:32 +0000
  • f453b256ea Update changelog. Gregory John Casamento 2008-02-11 04:54:36 +0000
  • 171bf04b12 2008-02-10 23:53-EST Gregory John Casamento <greg_casamento@yahoo.com> Gregory John Casamento 2008-02-11 04:54:08 +0000
  • 87bc0ef57b * Framework/PCProjectManager.[mh]: Cleaning up code that manages non-project editors. Use PCEditorManager instead. Remove PCFileManager's dalegate code(FileManagerDelegates category). (-newFile): Call PCFileCreator's method newFileInProject:. * Framework/PCFileManager.[mh]: Move code related to creation of new file in project from here * Framework/PCFileCreator.[mh]: to here. (-createFile): Add additional check before adding file to project (fixes bug #17493). * Framework/English.lproj/NewFile.gorm: Set owner to PCFileCreator. Sergii Stoian 2008-02-04 23:51:28 +0000
  • 4e24cf3451 * Framework/PCEditorManager.m: Added. * Headers/ProjectCenter/PCEditormanager.h: Added. * PCMenuController.m: (-fileSaveAs:): move code to PCProjectManager.m. * Headers/ProjectCenter/PCEditorManager.h: New file. * Framework/PCEditorManager.m: New file. Superclass for PCProjectEditor. * Framework/PCProjectManager.m: Use PCEditorManager. Implement opening files outside of projects (fixes bug #15992). * Framework/PCProjectLoadedFiles.m: Use PCEditorManager. * Framework/PCProject.m: (-setProjectManager:): Use new method of initializing PCProjectEditor. * Framework/GNUmakefile: Add PCEditorManager.[hm]. * Framework/PCProjectBrowser.m: Made use of PCProjectEditor's editorForFile: method. * Framework/PCProjectEditor.m: Remove initializing of extern variables (moved into PCEditorManager). Use '_componentView' var instead of 'componentView'. The same with _scrollView and _project. (-initWithProject:): renamed into init. Removed code duplicated with superclass' code. (-dealloc): Removed code duplicated with superclass' code. (-editorForFile🔑): Removed. Code moved into superclass' editorForFile: method. (-openEditorForCategoryPath:windowed:): Code that determines existance of file and if file is plain text move into [super openEditorForFile:editable:windowed:]. Changed file opening coditions. Made use of [<CodeEditor> fileStructureItemSelected] method. Code that determines classes and methods in category path was removed. (openEditorForFile:categoryPath:editable:windowed:): Removed in favour of superclass' method. (activeEditor): Ditto. (allEditors): Ditto. (closeActiveEditor:): Ditto. (closeEditorForFile:): Ditto. (saveFile): Ditto. (saveFileTo:): Ditto. (revertFileToSaved): Ditto. (editorDidResignActive:): Ditto. (editorDidChangeFileName:): Ditto. (closeAllEditors:): Cleanup. (saveFileAs:): Made use of new -openEditorForFile:editable:windowed: method. * Framework/PCProjectWindow.m: Made usage of editorManager method of <CodeEditor> protocol. * Modules/Editors/ProjectCenter/PCEditorView.m: (becomeFirstResponder): Use new -becomeFirstResponder: method of PCEditor class. * Modules/Editors/ProjectCenter/PCEditor.h: Change name of var projectEditor to _editorManager. Add parameter (PCEditorView *)view to becomeFistResponder and resignFirstResponder methods. Add some comments. * Modules/Editors/ProjectCenter/PCEditor.m: Rename method -openFileAtPath:categoryPath:projectEditor:editable: to -openFileAtPath:editorManager:editable. Rename -projectEditor method to -editorManager. Change becomeFistResponder and resignFirstResponder methods' definitions. (fileStructureItemSelected:): Add initial implementation of action code according to the type of selected item. * Headers/Protocols/CodeEditor.h: Change definition of -openFileAtPath:categoryPath:projectEditor:editable: mathod to -openFileAtPath:editorManager:editable. Remove methods scrollToClassName: and scrollToMethodName:. Rename projectEditor method into editorManager. * Headers/ProjectCenter/PCProjectEditor.h: Made PCProjectEditor as subclass of PCEditorManager. Add prefix '_' to variables. (-initWithProject:): renamed into init. (setProject:): Added. Removed methods and variables duplicated with superclass. * Headers/ProjectCenter/PCProjectManager.h: Add editorManager var. (-saveFileAs:): renamed to saveFileAs. Sergii Stoian 2008-01-21 22:26:36 +0000
  • d2852f9571 * Framework/PCProjectBrowser.m: (doubleClick:): open file with external application only if NSWorkspace doesn't return "ProjectCenter.app" appliction name. Sergii Stoian 2008-01-16 23:16:24 +0000
  • 55e1d65d65 * Images/FileProject.tiff: Added Sergii Stoian 2008-01-16 00:36:44 +0000
  • 993f6d5b82 * GNUmakefile: Remove FileRTF.tiff from resoures. * Images/FileRTF.tiff: Removed. * Images/FileM.tiff, * Images/FileMH.tiff, * Images/FileH.tiff, * Images/FileHH.tiff, * Images/FileC.tiff, * Images/FileCH.tiff, Moved to Modules/Editors/ProjectEditor/Resources. * Modules/Editors/ProjectCenter/PCEditor.h: Added new variable _isEditable. * Modules/Editors/ProjectCenter/PCEditor.m: (_createEditorViewWithFrame:): Set editable state for NSTextView here. Add observer for changed text notification here. * Resources/Info.plist: NSTypes was extended. Sergii Stoian 2008-01-16 00:35:17 +0000
  • e7781cc811 Fix timestamp in last Changelog entry Sergii Stoian 2008-01-15 18:21:25 +0000
  • 639baf6118 * Framework/PCBundleManager.m: (objectForClassName:bundleType:protocol:) Return nil if className is nil. Sergii Stoian 2008-01-15 18:20:21 +0000
  • 065115bbe3 Use ADDITIONAL_GUI_LIBS, not ADDITIONAL_LDFLAGS, to specify libraries to link Nicola Pero 2007-12-20 14:00:35 +0000
  • 5821ef654c Compressed my last changelog entry Nicola Pero 2007-12-13 19:44:47 +0000
  • 91629266a0 Small improvements to makefiles; use GNUSTEP_APPS instead of GNUSTEP_SYSTEM_ROOT/Applications when installing, and support non-flattened when linking Nicola Pero 2007-12-13 19:43:42 +0000
  • b3d6df698d Updated commented code to be gnustep-make v2.0 compliant Nicola Pero 2007-12-13 19:12:36 +0000
  • c793a9eb9b Improved linking against uninstalled ProjectCenter.framework Nicola Pero 2007-12-13 19:03:54 +0000
  • 4bafd9555d Documentation/Changelog: fix date of last entry Sergii Stoian 2007-09-27 00:05:34 +0000
  • 26dc666444 * Framework/PCBundleManager.m, * Headers/ProjectCenter/PCBundleManager.h: Make massive cleaup. some methods changed, some deleted, some added. * Framework/PCProjectManager.m, * Framework/PCProjectEditor.m: Make use of changed PCBundleManager. * TextFinder.m: (-enterSelection:): Add sanity check for text variable. (-jumpToSelection:): Ditto. * Modules/Parsers/ProjectCenter/Resources/Info.table: Fix value of "Name" key. * Headers/Protocols/CodeEditor.h: Remove declaration of openExternalEditor:withPath:projectEditor: method. It will be provided by Custom.editor bundle (will be added soon). * Headers/ProjectCenter/PCProjectEditor.h: Cleanup. Sergii Stoian 2007-09-27 00:03:51 +0000
  • e8e18614e8 * English.lproj/FindPanel.gorm: Added Find panel. * PCMenuController.m: Added Find panel support. * TextFinder.[hm]: Added implementation of Find panel. Sergii Stoian 2007-09-23 22:27:21 +0000
  • 7f177759cf Highlighted version of these images. Gregory John Casamento 2007-09-16 08:32:15 +0000
  • bad9bbf095 Subproject, library and project icons. Gregory John Casamento 2007-09-15 04:28:12 +0000
  • 73bba343ef Documentation images. Gregory John Casamento 2007-09-15 04:16:16 +0000
  • 805daf2bb2 Additional image replacements and gorm corrections. Gregory John Casamento 2007-09-08 20:14:22 +0000
  • 45a14ab733 Correction for background color and image size. Gregory John Casamento 2007-09-08 00:50:06 +0000
  • 1cf72798df Replacment images for PC. Gregory John Casamento 2007-09-07 06:03:51 +0000
  • 91419bc8eb New versions of previously removed images. Gregory John Casamento 2007-09-06 04:40:30 +0000
  • c71af8d5cf Commit last logged change Sergii Stoian 2007-08-29 22:08:26 +0000
  • 6f1816983b Modules/Projects/Library/Resources/Version: Changed GCC version to 2.95.3. Sergii Stoian 2007-08-29 22:07:02 +0000
  • d90884488d * Framework/PCProjectWindow.m: (-preferencesDidChange:): Show Builder and Launcher panels only they are visible in project window (fixes bug #20858). Sergii Stoian 2007-08-29 21:57:37 +0000
  • 8a4661e36b * Frameworks/PCFileManager.m: (-filesForOpenOfType:multiple:title:accView:): Removed (-fileForSaveOfType:title:accView:): Removed. (-filesForAddOfTypes:): Removed. (-filesOfTypes:operation:multiple:title:accView:): Implemented. Replaces removed methods. (-_panelForOperation:title:accView:): New method. Returns panel for specified operation type. (-_saveLastDirectoryForPanel:): New method. Saves last opened directory for operation type (panel). (-panel:isValidFilename:): Validate directory as correct filename if project is opening and directory has PC.project file. * Headers/ProjectCenter/PCFileManager.h: Added new variable 'operation' and declaraion of new mathods. * Framework/PCProjectManager.m: Use new methods of PCFileManager. Sergii Stoian 2007-08-29 20:39:25 +0000
  • 6f1525ed30 * Modules/Projects/Library/Resources/Version: Change gcc version to 2.9.5. Sergii Stoian 2007-08-22 22:34:35 +0000
  • 0674dcb996 * Modules/Editors/ProjectCenter/Resources/ObjC.syntax: Change color of 'NO'. Sergii Stoian 2007-08-22 22:29:49 +0000
  • 5882671bfb * Modules/Projects/*/Resources/Info.table: Add missing targets to some project types. Sergii Stoian 2007-08-21 23:28:29 +0000
  • 2c508faefe * Framework/PCProjectBuilderOptions.m: Add missing file. * Headers/ProjectCenter/PCProjectBuilderOptions.h: Add missing file. * Framework/PCProject.m: (-rootCategories): Call subproject's method if subproject is active. (-rootEntries): Ditto. (-keyForCategory:): Ditto. Fix bug #20854. (-categoryForKey:): Ditto. (-keyForRootCategoryInCategoryPath:): Since keyForCategory: was made subproject's sensitive implement key searching here. Sergii Stoian 2007-08-21 23:22:12 +0000
  • 74db52149f * Framework/PCProjectBuilderOptions.m: New file. * Headers/ProjectCenter/PCProjectBuilderOptions.h: New file. * ProjectBuilder options handling finished. * Fixed compliance to GNUstep make v2. * Framework/PCFileNameIcon.m: Start implementing drag/drop. * Images/ProjectCenter.tiff: Use ProjectManager's app icon. * Modules/Projects/*/Resources/Info.table: change default targets. * Headers/ProjectCenter/PCDefines.h: Clean up. Sergii Stoian 2007-08-21 21:30:36 +0000
  • f1f6ae6234 Removed from version control. Gregory John Casamento 2007-08-15 03:16:37 +0000
  • 39c33fcf2d 2007-07-19 Sergii Stoian <stoyan255@gmail.com> Sergii Stoian 2007-07-18 23:01:17 +0000
  • a8073eb037 * GNUmakefile: Set GNUSTEP_INSTALLATION_DOMAIN to SYSTEM. Sergii Stoian 2007-06-05 22:37:15 +0000
  • b4044a3d1f 2007-06-05 Sergii Stoian <stoyan255@gmail.com> Sergii Stoian 2007-06-04 22:27:18 +0000
  • d6da8e6f6b Fixed running stuff under debug Nicola Pero 2007-04-27 13:42:28 +0000
  • 1bfdbcfe56 Fixed launching apps/tools Nicola Pero 2007-04-27 12:59:45 +0000
  • 218d8f84db Fixed part of launching an application Nicola Pero 2007-04-27 12:06:13 +0000
  • 73e911a0e5 Updated bundle lookup for new filesystem layout; fixed infinite loop when building Nicola Pero 2007-03-06 18:11:37 +0000
  • d93c8551e6 Fixed definition of where to install ProjectCenter bundles Nicola Pero 2007-02-14 12:50:32 +0000
  • 53135405c5 Do not set GNUSTEP_INSTALLATION_DIR in generated GNUmakefiles, to make sure they work with the new Linux FHS support Nicola Pero 2007-02-14 12:47:27 +0000
  • a827776a6e * Modules/Editors/ProjectCenter/Resources/ObjC.syntax: Update. Sergii Stoian 2007-01-20 15:04:42 +0000
  • f24d40c2d3 PCButton.m([initWitCoder]): add [_cell setImageDimsWhenDisabled:YES] Sergii Stoian 2007-01-19 00:06:32 +0000
  • 7fb3796a38 * Framework/PCProjectManager.m: Remove code handling rootBuildPath var. 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. Sergii Stoian 2007-01-16 16:27:33 +0000
  • 3793013f03 * Framework/PCProjectManager.m: Fix problem with closing project. * Framework/PCProjectr.m: Ditto. * Framework/PCMakefileFactory.m: Support for root build directory added. * Framework/PCProjectBuilder.m: Code cleanup. * Framework/PCProjectEditor.m: Enable usage of parser. Start testing process. * Framework/PCProjectWindows.m: Enable tooltips for buttons. * Framework/PCPrefController.m: setRootBuildDir: fix. Sergii Stoian 2007-01-15 18:40:58 +0000
  • d5c82c42a2 Fix min size of project window and change min size of builder panel Sergii Stoian 2007-01-12 18:26:49 +0000
  • c47403f9b0 Project Builder make errors parsing: finished formatting, testing Sergii Stoian 2007-01-12 18:02:41 +0000
  • b8f509a5b3 Update missing PCProjectBuilderPanel.h Sergii Stoian 2007-01-11 17:25:14 +0000