Skip to content

Commit

Permalink
Set tab order on history view
Browse files Browse the repository at this point in the history
From history view it goes to the second pane (diff or tree). You have
to shift-tab to get it back, though.

Ref pieter#6
  • Loading branch information
andrewschleifer committed Oct 19, 2012
1 parent 1f379c0 commit 14e6876
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion resources/PBGitHistoryView.xib
Expand Up @@ -1026,6 +1026,7 @@ wGw</bytes>
<int key="NSvFlags">256</int> <int key="NSvFlags">256</int>
<string key="NSFrame">{{627, 1}, {15, 186}}</string> <string key="NSFrame">{{627, 1}, {15, 186}}</string>
<reference key="NSSuperview" ref="630571485"/> <reference key="NSSuperview" ref="630571485"/>
<reference key="NSNextKeyView" ref="555671215"/>
<bool key="NSAllowsLogicalLayoutDirection">NO</bool> <bool key="NSAllowsLogicalLayoutDirection">NO</bool>
<reference key="NSTarget" ref="630571485"/> <reference key="NSTarget" ref="630571485"/>
<string key="NSAction">_doScroller:</string> <string key="NSAction">_doScroller:</string>
Expand Down Expand Up @@ -1710,6 +1711,14 @@ wGw</bytes>
</object> </object>
<int key="connectionID">107</int> <int key="connectionID">107</int>
</object> </object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">nextKeyView</string>
<reference key="source" ref="663765878"/>
<reference key="destination" ref="135073984"/>
</object>
<int key="connectionID">292</int>
</object>
<object class="IBConnectionRecord"> <object class="IBConnectionRecord">
<object class="IBBindingConnection" key="connection"> <object class="IBBindingConnection" key="connection">
<string key="label">selectedIndex: selectedTab</string> <string key="label">selectedIndex: selectedTab</string>
Expand All @@ -1726,6 +1735,14 @@ wGw</bytes>
</object> </object>
<int key="connectionID">80</int> <int key="connectionID">80</int>
</object> </object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">nextKeyView</string>
<reference key="source" ref="630571485"/>
<reference key="destination" ref="663765878"/>
</object>
<int key="connectionID">303</int>
</object>
<object class="IBConnectionRecord"> <object class="IBConnectionRecord">
<object class="IBBindingConnection" key="connection"> <object class="IBBindingConnection" key="connection">
<string key="label">value: selection.textContents</string> <string key="label">value: selection.textContents</string>
Expand Down Expand Up @@ -3003,7 +3020,7 @@ wGw</bytes>
<reference key="dict.values" ref="0"/> <reference key="dict.values" ref="0"/>
</object> </object>
<nil key="sourceID"/> <nil key="sourceID"/>
<int key="maxID">291</int> <int key="maxID">303</int>
</object> </object>
<object class="IBClassDescriber" key="IBDocument.Classes"/> <object class="IBClassDescriber" key="IBDocument.Classes"/>
<int key="IBDocument.localizationMode">0</int> <int key="IBDocument.localizationMode">0</int>
Expand Down

0 comments on commit 14e6876

Please sign in to comment.