[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug in NSWorkspace?
From: |
Richard Frith-Macdonald |
Subject: |
Re: Bug in NSWorkspace? |
Date: |
Fri, 22 Feb 2002 07:14:08 +0000 |
On Thursday, February 21, 2002, at 12:45 PM, Philippe C.D. Robert wrote:
Hi,
when I try to open a file from ProjectCenter using
[[NSWorkspace sharedWorkspace] openFile:path withApplication:app];
ProjectCenter always crashes. You can reprodue that using the latest
code from
CVS using ie. CodeEditor.app as external editor
(PCEditorController.m:210).
This always occurs, even when CodeEditor.app is running and the file is
opened
correctly (also the app is not started upon this call, it has to be
started
manually in advance).
I can't reproduce this using the latest code for everything from CVS and
opening
Gorm files. Is the problem specific to CodeEditor?