Commit graph

11 commits

Author SHA1 Message Date
Philippe C.D. Robert
849eb4ef3b Some more cleanup to fix some glitches (this time on GNUstep)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@15082 72102866-910b-0410-8b05-ffd578937521
2002-11-24 11:43:20 +00:00
Philippe C.D. Robert
b1e997da7e Cleaned up import statements and added support for Mac OS X (some defines, not
yet working).


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@15081 72102866-910b-0410-8b05-ffd578937521
2002-11-24 11:08:02 +00:00
Philippe C.D. Robert
50112a3cb8 Using saveFileIfNeeded instead of saveFile.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12952 72102866-910b-0410-8b05-ffd578937521
2002-03-02 13:15:59 +00:00
Philippe C.D. Robert
050cf77b3d The timed safe mechanism now also saves all project files, if needed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12951 72102866-910b-0410-8b05-ffd578937521
2002-03-02 13:11:05 +00:00
Philippe C.D. Robert
b317904de7 Fixed a bug which caused PC to crash when an external GS editor was used, thx
to Richard for pointing me to the right place!


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12686 72102866-910b-0410-8b05-ffd578937521
2002-02-22 18:48:23 +00:00
Philippe C.D. Robert
78eaf33537 When a GNUstep app is used as external editor, NSWorkspace is used to open
the file using the repsective app.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12622 72102866-910b-0410-8b05-ffd578937521
2002-02-21 12:50:31 +00:00
Philippe C.D. Robert
6b2f8c69f7 Single click always invokes the internal editor now.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12614 72102866-910b-0410-8b05-ffd578937521
2002-02-21 10:15:17 +00:00
Philippe C.D. Robert
bae1bafa98 Fixed 2 bugs which caused a severe crash.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12551 72102866-910b-0410-8b05-ffd578937521
2002-02-17 13:14:51 +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
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