Re: In all UI fields, return enters new line (rather than clicking OK)
Re: In all UI fields, return enters new line (rather than clicking OK)
- Subject: Re: In all UI fields, return enters new line (rather than clicking OK)
- From: Rick Mann <email@hidden>
- Date: Sun, 2 Mar 2008 03:59:54 -0800
On Mar 1, 2008, at 6:36 PM, Chris Espinosa wrote:
This is a known bug in the Metrowerks-compatible key bindings
shippedvwith Xcode 3. There's a stray Return character in the file
that causes Return to become unassigned to any action and always be
a literal return.
You can probably find thecstray 0x0D in a text or hex editor, and
deleting it fixes the behavior.
I found the file, but examining it with HexFiend, I find no 0x0D in it
at all. There are two <key></key> pairs that have a newline between
them:
PBX_insertNewlineAndIndent:
insertNewlineIgnoringFieldEditor:
I removed the newline, but it had no effect.
I created a duplicate of the built-in MW bindings to check that file.
No 0x0D there, either.
--
Rick
_______________________________________________
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