IDETextKeyBindingSet broken in Xcode 8?
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