Philippe C.D. Robert
81e9828afd
Updated the Gorm generated files using the latest Gorm CVS code.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12549 72102866-910b-0410-8b05-ffd578937521
2002-02-16 21:12:19 +00:00
Philippe C.D. Robert
b9bcd643d8
Enhanced the 'new file window' by adding a description view.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12548 72102866-910b-0410-8b05-ffd578937521
2002-02-16 20:46:26 +00:00
Philippe C.D. Robert
f5b3597a80
Added support for a NSView subclass template. Also added a description to
...
every file template.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12547 72102866-910b-0410-8b05-ffd578937521
2002-02-16 20:43:55 +00:00
Philippe C.D. Robert
7a51615f9d
Fixed the bug that when clicking on a source file for the first time, the editor
...
did not display the file's content.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12517 72102866-910b-0410-8b05-ffd578937521
2002-02-12 21:44:28 +00:00
Philippe C.D. Robert
5480873552
Updated copyright message...
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12515 72102866-910b-0410-8b05-ffd578937521
2002-02-12 20:14:22 +00:00
Philippe C.D. Robert
ce7d12acb3
Added a launch target popup which lets the user choose between the default
...
or the debug target.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12514 72102866-910b-0410-8b05-ffd578937521
2002-02-12 20:05:22 +00:00
Philippe C.D. Robert
396f6b9751
Began to work on support for an integrated editor, thus much has been rewritten
...
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
2002-02-11 22:19:39 +00:00
Philippe C.D. Robert
005848beb8
Optimised text edition reflection. Embedded editing will need more changes
...
in that respect, I fear...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12400 72102866-910b-0410-8b05-ffd578937521
2002-02-03 19:31:28 +00:00
Philippe C.D. Robert
6f74df7b63
Integrated the text finder into the menu structure and cleaned up some parts
...
of the code related to menus.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12398 72102866-910b-0410-8b05-ffd578937521
2002-02-03 16:31:24 +00:00
Philippe C.D. Robert
c325a04f64
Added a text finder to ProjectCenter (based on Ali Ozer's code).
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12397 72102866-910b-0410-8b05-ffd578937521
2002-02-03 16:30:35 +00:00
Philippe C.D. Robert
6485275f21
Menus are now enabled/disabled whenever they should...
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12391 72102866-910b-0410-8b05-ffd578937521
2002-02-02 21:15:38 +00:00
Philippe C.D. Robert
0d86fadeb3
Defines belong into PCDefines.h now
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12390 72102866-910b-0410-8b05-ffd578937521
2002-02-02 21:13:25 +00:00
Philippe C.D. Robert
a634432d6f
Cleaned up the header files ( added ifndef/define statements ), splitted the
...
ProjectCenter.h header and some other cleanups. Editor now send notifications
whenever they become or resign key.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12389 72102866-910b-0410-8b05-ffd578937521
2002-02-02 21:12:49 +00:00
Philippe C.D. Robert
62f64889bd
Kind of implemented saving and reverting of common files. A long way to go,
...
but for now it works...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12388 72102866-910b-0410-8b05-ffd578937521
2002-02-02 19:21:00 +00:00
Philippe C.D. Robert
7c264a098c
Rewriting the entire editor code. Hence introduced a PCEditorController and
...
cleaned up the PCServer class. Every project now has a controller which
controls all editors. Editors itself use an editor view to display the files
or external editors.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12386 72102866-910b-0410-8b05-ffd578937521
2002-02-02 17:56:44 +00:00
Philippe C.D. Robert
d4bd4d3637
Fixed a bug preventing reopening projects. Also added 2 methods which will
...
be used to make an editor embedded.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12266 72102866-910b-0410-8b05-ffd578937521
2002-01-29 21:46:45 +00:00
Philippe C.D. Robert
e2a9d52ed5
Cleaning up the internal editor code. More to come...
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12265 72102866-910b-0410-8b05-ffd578937521
2002-01-29 21:29:30 +00:00
Philippe C.D. Robert
0b9b383d9c
Using a customised split view instead of a NSSplitView - more to come...
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12227 72102866-910b-0410-8b05-ffd578937521
2002-01-27 13:55:07 +00:00
Philippe C.D. Robert
32f9d95914
Minor UI enhancement: main button alignement adjusted.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12226 72102866-910b-0410-8b05-ffd578937521
2002-01-27 13:37:11 +00:00
Philippe C.D. Robert
5adf8da156
Removed unneeded buttons, added a title to the remaining ones and introduced
...
a splitview between the project browser and component view. In the build
view a popup button is now used for build targets.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12225 72102866-910b-0410-8b05-ffd578937521
2002-01-27 13:32:46 +00:00
Philippe C.D. Robert
4b984a8357
Cleanup of the toplevel makefile
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12141 72102866-910b-0410-8b05-ffd578937521
2002-01-20 11:02:48 +00:00
Nicola Pero
a3b3031ffe
Minor change to make it compile again
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12135 72102866-910b-0410-8b05-ffd578937521
2002-01-19 11:54:08 +00:00
Philippe C.D. Robert
91d38827a0
Somehow $(GNUSTEP_LOCAL_ROOT) is enough for the install path to be correct.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12028 72102866-910b-0410-8b05-ffd578937521
2002-01-07 15:37:10 +00:00
Philippe C.D. Robert
59c7905360
Updated all ChangeLog files (using cvs2cl.pl)
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12023 72102866-910b-0410-8b05-ffd578937521
2002-01-07 15:05:46 +00:00
Philippe C.D. Robert
a50df2110a
Added libProjectCenter to the bundle's library link settings.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12022 72102866-910b-0410-8b05-ffd578937521
2002-01-07 15:01:07 +00:00
Philippe C.D. Robert
346daad02e
PCLib is now maintained by ProjectCenter as well!
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12018 72102866-910b-0410-8b05-ffd578937521
2002-01-07 10:00:23 +00:00
Philippe C.D. Robert
fa7bda8926
ProjectCenter now stores the project files under PROJECTNAME.pcproj to avoid
...
name clashes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12017 72102866-910b-0410-8b05-ffd578937521
2002-01-07 09:37:19 +00:00
Adam Fedor
ba23332a84
Include -lProjectCenter correctly
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12016 72102866-910b-0410-8b05-ffd578937521
2002-01-07 04:40:03 +00:00
Philippe C.D. Robert
b98b09f399
Changed the build tool entry to /usr/bin/make in all project files and
...
templates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11953 72102866-910b-0410-8b05-ffd578937521
2002-01-02 17:51:53 +00:00
Philippe C.D. Robert
9d2387f4bf
The build tool can now be customised. Make sure to enter a valid path in the
...
inspector field!
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11952 72102866-910b-0410-8b05-ffd578937521
2002-01-02 17:43:11 +00:00
Philippe C.D. Robert
0dbee7d4b5
The library now gets installed in the proper directory as well.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11951 72102866-910b-0410-8b05-ffd578937521
2002-01-02 17:33:01 +00:00
Philippe C.D. Robert
63b8fa60dd
Added the ChangeLog for the Gorm App project
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11950 72102866-910b-0410-8b05-ffd578937521
2002-01-02 16:37:59 +00:00
Philippe C.D. Robert
1de4b9ab38
Libraries, Gorm apps and tools use the install path now, too.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11949 72102866-910b-0410-8b05-ffd578937521
2002-01-02 16:33:52 +00:00
Philippe C.D. Robert
fed5094fe2
The inspector now handles the installation path and other settings. Furthermore
...
it does not save changes automatically but marks the project as being edited.
Upon 'save' the project file and GNUmakefile are being saved, not before!
In addition the various PC* bundles are now maintained by ProjectCenter itself.
The installation path for ProjectCenter.app is corrected to the SYSTEM ROOT as
well.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11948 72102866-910b-0410-8b05-ffd578937521
2002-01-02 16:05:02 +00:00
Philippe C.D. Robert
c27438e6c5
All bundles and libProjectCenter are now installed under GNUSTEP_SYSTEM_ROOT.
...
Also the PC.proj templates have now a correct install path default value.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11943 72102866-910b-0410-8b05-ffd578937521
2002-01-02 12:13:06 +00:00
Philippe C.D. Robert
53645b6799
Added a new button for the build target 'dist' in the builder panel
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11927 72102866-910b-0410-8b05-ffd578937521
2002-01-01 18:21:14 +00:00
Philippe C.D. Robert
c27f10ff80
Added the icon for creating a tar.gz dist and updated the project files using
...
the latest CVS code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11926 72102866-910b-0410-8b05-ffd578937521
2002-01-01 18:09:14 +00:00
Philippe C.D. Robert
debdc3d8aa
ProjectCenter now validates project dictionaries and updates them if requested.
...
I also added new keys tp the PC.project files in order to be able to generate
valid *.spec.in files needed when building RPMs.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11925 72102866-910b-0410-8b05-ffd578937521
2002-01-01 17:27:41 +00:00
Philippe C.D. Robert
a6b824ea22
Updated ANNOUNCE file
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11917 72102866-910b-0410-8b05-ffd578937521
2001-12-29 15:56:20 +00:00
Philippe C.D. Robert
81d5697f5a
Updated NEWS for 0.2.6
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11916 72102866-910b-0410-8b05-ffd578937521
2001-12-29 15:44:32 +00:00
Philippe C.D. Robert
3bda3f4b47
Removed the toplevel ChangeLog, updated the ChangeLogs in the subdirectories and
...
raised the version number to 0.2.6.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11915 72102866-910b-0410-8b05-ffd578937521
2001-12-29 15:37:30 +00:00
Philippe C.D. Robert
738cd02b95
Automatic, periodic saving of all open projectfiles is now supported.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11914 72102866-910b-0410-8b05-ffd578937521
2001-12-29 15:29:08 +00:00
Philippe C.D. Robert
0a98952de1
Fixed some minor issues with file backup handling
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11913 72102866-910b-0410-8b05-ffd578937521
2001-12-29 14:41:43 +00:00
Philippe C.D. Robert
b4b59ad657
Implemented more preference handling and cleaned up some ugly parts of the
...
code. Removed the loadedProjectsWindow feature, it just does not make any sense.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11912 72102866-910b-0410-8b05-ffd578937521
2001-12-29 14:10:57 +00:00
Philippe C.D. Robert
f23771be80
Cleaned up the writeMakefile method and implemented the save stuff the way it
...
should be. Some additions for proper preference handling have been made as well.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11911 72102866-910b-0410-8b05-ffd578937521
2001-12-29 14:09:39 +00:00
Philippe C.D. Robert
36d234f2e7
Cleaned up the writeMakefile method
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11910 72102866-910b-0410-8b05-ffd578937521
2001-12-29 14:07:58 +00:00
Philippe C.D. Robert
c574c7cae4
leaned up the writeMakefile method
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11909 72102866-910b-0410-8b05-ffd578937521
2001-12-29 14:07:39 +00:00
Philippe C.D. Robert
cdcc6ced81
Fixed a typo and altered matrix button behaviour
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11907 72102866-910b-0410-8b05-ffd578937521
2001-12-28 14:11:56 +00:00
Philippe C.D. Robert
a93953166a
Added the missing rpm icon
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11906 72102866-910b-0410-8b05-ffd578937521
2001-12-28 14:11:09 +00:00
Philippe C.D. Robert
630ef09ea3
Updated the header information for all created file types
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11905 72102866-910b-0410-8b05-ffd578937521
2001-12-28 13:46:11 +00:00