public
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/Caged/gitnub.git
Search Repo:
Click here to lend your support to: gitnub and make a donation at www.pledgie.com !
Add a frame autosave name to the main window
kballard (author)
Thu Mar 13 16:23:24 -0700 2008
commit  3d4b5779d5c2c154e10b755a8f7736243ff18e2e
tree    b2291d82b87beabd6bcc895edc8879718f8a2914
parent  baaee111cb6b89be7314874743c1e78b21354734
...
8
9
10
11
12
13
14
...
38
39
40
41
 
42
43
44
45
...
387
388
389
390
391
392
393
394
 
395
396
397
...
591
592
593
 
594
595
596
...
8
9
10
 
11
12
13
...
37
38
39
 
40
41
42
43
44
...
386
387
388
 
389
390
391
392
393
394
395
396
...
590
591
592
593
594
595
596
0
@@ -8,7 +8,6 @@
0
     <string key="IBDocument.HIToolboxVersion">352.00</string>
0
     <object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
0
       <bool key="EncodedWithXMLCoder">YES</bool>
0
- <integer value="2"/>
0
     </object>
0
     <object class="NSArray" key="IBDocument.PluginDependencies">
0
       <bool key="EncodedWithXMLCoder">YES</bool>
0
@@ -38,7 +37,7 @@
0
         <nil key="NSViewClass"/>
0
         <string key="NSWindowContentMinSize">{400, 300}</string>
0
         <object class="NSView" key="NSWindowView" id="831824449">
0
- <reference key="NSNextResponder"/>
0
+ <nil key="NSNextResponder"/>
0
           <int key="NSvFlags">256</int>
0
           <object class="NSMutableArray" key="NSSubviews">
0
             <bool key="EncodedWithXMLCoder">YES</bool>
0
0
@@ -387,11 +386,11 @@
0
             </object>
0
           </object>
0
           <string key="NSFrameSize">{990, 682}</string>
0
- <reference key="NSSuperview"/>
0
         </object>
0
         <string key="NSScreenRect">{{0, 0}, {1600, 1002}}</string>
0
         <string key="NSMinSize">{400, 322}</string>
0
         <string key="NSMaxSize">{3.40282e+38, 3.40282e+38}</string>
0
+ <string key="NSFrameAutosaveName">MainWindow</string>
0
       </object>
0
       <object class="NSMenu" id="613528524">
0
         <string key="NSTitle">MainMenu</string>
0
@@ -591,6 +590,7 @@
0
             </object>
0
             <string key="NSFrameSize">{481, 404}</string>
0
             <reference key="NSSuperview" ref="591982567"/>
0
+ <reference key="NSNextKeyView"/>
0
             <string key="FrameName"/>
0
             <string key="GroupName"/>
0
             <object class="WebPreferences" key="Preferences">

Comments

    No one has commented yet.