• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
IDETextKeyBindingSet broken in Xcode 8?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

IDETextKeyBindingSet broken in Xcode 8?


  • Subject: IDETextKeyBindingSet broken in Xcode 8?
  • From: David Hoerl <email@hidden>
  • Date: Sun, 02 Oct 2016 11:19:06 -0400

Up until XCode 8.0, it was possible to customize IDETextKeyBindingSet.plist file. However, now it seems like modifying this file causes XCode to stop behaving normally (e.g. arrow keys stop working) and it is no longer seem possible to create your own shortcut keys.

XCode never had line duplication and insertion shortcuts. Previously it was possible to add them in IDETextKeyBindingSet.plist by adding the following in the right places:

    <key>Insert New Line Below</key>
    <string>moveToEndOfLine:, insertNewline:</string>
    <key>Insert New Line Above</key>
    <string>moveUp:, moveToEndOfLine:, insertNewline:</string>
    <key>Duplicate Current Line</key>
<string>selectLine:, copy:, moveToEndOfLine:, insertNewline:, paste:, deleteBackward:</string>
    <key>Delete Current Line</key>
    <string>selectLine:, delete:</string>
    <string>selectLine:, delete:</string>

Does anybody know how to achieve the same in XCode 8.0?
_______________________________________________
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


  • Prev by Date: Re: Question on passing events to multithreaded OpenGL apps
  • Next by Date: Re: Garbage Collection Errors when Creating System Prefs Pane
  • Previous by thread: Re: Question on passing events to multithreaded OpenGL apps
  • Next by thread: Re: Garbage Collection Errors when Creating System Prefs Pane
  • Index(es):
    • Date
    • Thread