Re: Xcode Events for External Editors
Re: Xcode Events for External Editors
- Subject: Re: Xcode Events for External Editors
- From: Scott Tooker <email@hidden>
- Date: Fri, 2 Sep 2005 12:39:52 -0700
On Sep 1, 2005, at 11:55 PM, Gerriet M. Denkmann wrote:
I have registered my app as external editor. It receives 'odoc'
events when something is double-clicked in Xcode. So far so good.
But what other events get sent to an external editor (e.g. for
Xcode to find out whether some of its documents need saving before
a build)?
We implemented support for the ODBEditor suite to use BBEdit as an
external editor for Xcode:
http://www.barebones.com/support/develop/odbsuite.shtml
The documentation says: "When you build a project, Xcode lists
modified files and asks you whether you want to save them. Files in
BBEdit and Text Wrangler are listed, but files in other editors are
not. You need to save those files yourself before starting a build."
This is a bug in the current version of Xcode (we should only be
showing the files that were opened from Xcode and we should be
showing all files opened in any editor from Xcode).
Scott
So it looks like Xcode sends some events, which BBEdit and Text
Wrangler are aware of and send back some result-events (which?).
I no one is prepared to answer this, I have another question: how
can my app know all events it gets (maybe put a symbolic breakpoint
in some undocumented method - but which?).
Kind regards,
Gerriet.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden