Re: XCode Key Binding problem
Re: XCode Key Binding problem
- Subject: Re: XCode Key Binding problem
- From: David Miller <email@hidden>
- Date: Sat, 27 Dec 2003 18:36:44 -0500
On 12/27/2003 2:13 PM -0800, peter michaux wrote:
> I see that the menu item S|OPEN|Open Path in Text Edit
> has a '*' next to it implying that Shift-8 will choose
> that item. (Just like Command-N creates a new file and
> is listed next to new file.)
>
> Under XCode|Preferences|KeyBindings I don't see the
> little 'S' menu so I cannot turn this very annoying
> problem off.
Open the documentation window, click on the little arrow at the left edge
of the search box, and change it to "Full Text Search". Enter in "xcode
user scripts" and hit Return. The document you're looking for it titled
"Customizing XCode: Using Scripts to Customize XCode". That document will
tell you all about that little "S" menu. :)
In your specific case, you want to edit this file:
/Library/Application Support/Apple/Developer Tools/Scripts/10-User
Scripts/10-Open/10-openPathInTextEdit.sh
and delete this line:
# %%%{PBXKeyEquivalent=*}%%%
--
Dave Miller - System Administrator / Programmer
InTrec Software, Inc. http://www.intrec.com/
email@hidden
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.