On Tuesday, October 28, 2014, Maarten Sneep
<[email protected]> wrote:
The user interface in Xcode 6 is shuffled around enough so that I
can’t seem to find how to add a referencing outlet to the window. I’m
struggling at the step “The window should have its delegate and window
properties both bound to the File's Owner”, as it seems I can’t add a
referencing outlet for ‘window’.
If you make the file's owner an NSWindowController, you should
then be able to add a binding to the "window" property in the
Outlets section.
The argument behaviour handling is nice, however, I wonder what
“String values (including file name paths) are not escaped or quoted
in any way” means in practice. How do you call the script internally?
Do string arguments with spaces end up in separate arguments from the
point of view of the script?
No; each argument is an element of $ARGV, so the absence of
quoting means simply that spaces and other such are unescaped.
Adding the quoting would be nice as a future addition. (I was trying
to answer these questions, but alas).
If it proves to be necessary for working functionality, I'll
certainly consider it; but I'm trying not to add complexity in
advance of demonstrated need. :-)
R.
--
Rich Siegel Bare Bones Software, Inc.
<[email protected]> <http://www.barebones.com/>
Someday I'll look back on all this and laugh... until they
sedate me.
--
This is the BBEdit Talk public discussion group. If you have a
feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
---
You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].