Skip to content

Commit

Permalink
Add front-end preferences (case sensitivity, usage logging). Add back…
Browse files Browse the repository at this point in the history
…-end config file.
  • Loading branch information
unconed committed May 16, 2011
1 parent 81a74e4 commit 67ebbb2
Show file tree
Hide file tree
Showing 22 changed files with 617 additions and 53 deletions.
44 changes: 36 additions & 8 deletions Cocoa/TermKit/English.lproj/MainMenu.xib
Expand Up @@ -12,7 +12,6 @@
</object>
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
<bool key="EncodedWithXMLCoder">YES</bool>
<integer value="29"/>
</object>
<object class="NSArray" key="IBDocument.PluginDependencies">
<bool key="EncodedWithXMLCoder">YES</bool>
Expand Down Expand Up @@ -1401,6 +1400,14 @@
</object>
<int key="connectionID">541</int>
</object>
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">openPreferences:</string>
<reference key="source" ref="1014"/>
<reference key="destination" ref="609285721"/>
</object>
<int key="connectionID">542</int>
</object>
</object>
<object class="IBMutableOrderedSet" key="objectRecords">
<object class="NSArray" key="orderedObjects">
Expand Down Expand Up @@ -2559,7 +2566,7 @@
</object>
</object>
<nil key="sourceID"/>
<int key="maxID">541</int>
<int key="maxID">542</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<object class="NSMutableArray" key="referencedPartialClassDescriptions">
Expand All @@ -2568,14 +2575,35 @@
<string key="className">TermKitAppDelegate</string>
<string key="superclassName">NSObject</string>
<object class="NSMutableDictionary" key="actions">
<string key="NS.key.0">newWindow:</string>
<string key="NS.object.0">id</string>
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>newWindow:</string>
<string>openPreferences:</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>id</string>
<string>id</string>
</object>
</object>
<object class="NSMutableDictionary" key="actionInfosByName">
<string key="NS.key.0">newWindow:</string>
<object class="IBActionInfo" key="NS.object.0">
<string key="name">newWindow:</string>
<string key="candidateClassName">id</string>
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>newWindow:</string>
<string>openPreferences:</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="IBActionInfo">
<string key="name">newWindow:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">openPreferences:</string>
<string key="candidateClassName">id</string>
</object>
</object>
</object>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
Expand Down

0 comments on commit 67ebbb2

Please sign in to comment.