mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Move "Jump to Selection" to the Navigate menu
Most Apple applications have this item placed under Edit → Find; however, it fits more naturally in our Navigate menu.
This commit is contained in:
committed by
Allan Odgaard
parent
162b3dee2c
commit
accb60033e
@@ -506,11 +506,6 @@ CA
|
||||
<menuItem isSeparatorItem="YES" id="239">
|
||||
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
||||
</menuItem>
|
||||
<menuItem title="Jump to Selection" keyEquivalent="j" id="240">
|
||||
<connections>
|
||||
<action selector="centerSelectionInVisibleArea:" target="-1" id="252"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
</items>
|
||||
</menu>
|
||||
</menuItem>
|
||||
@@ -819,6 +814,11 @@ CA
|
||||
<action selector="showSymbolChooser:" target="-1" id="557"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem title="Jump to Selection" keyEquivalent="j" id="xcx-ye-h1c">
|
||||
<connections>
|
||||
<action selector="centerSelectionInVisibleArea:" target="-1" id="KRn-Bg-XZK"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem isSeparatorItem="YES" id="851"/>
|
||||
<menuItem title="Set Bookmark" keyEquivalent="" id="423">
|
||||
<connections>
|
||||
|
||||
Reference in New Issue
Block a user