In BSSourceView, override the NSFont attribute to use Menlo.
[macgdbp.git] / en.lproj / Preferences.xib
1 <?xml version="1.0" encoding="UTF-8"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3 <dependencies>
4 <deployment identifier="macosx"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.70"/>
6 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
7 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="PreferencesController">
10 <connections>
11 <outlet property="generalPreferencesItem" destination="43" id="44"/>
12 <outlet property="generalPreferencesView" destination="29" id="42"/>
13 <outlet property="pathsPreferencesItem" destination="50" id="52"/>
14 <outlet property="pathsPreferencesView" destination="53" id="54"/>
15 <outlet property="toolbar" destination="20" id="48"/>
16 <outlet property="window" destination="1" id="3"/>
17 </connections>
18 </customObject>
19 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
20 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
21 <window title="Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="Preferences" animationBehavior="default" id="1">
22 <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
23 <windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
24 <rect key="contentRect" x="196" y="388" width="420" height="120"/>
25 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
26 <view key="contentView" id="2">
27 <rect key="frame" x="0.0" y="0.0" width="420" height="120"/>
28 <autoresizingMask key="autoresizingMask"/>
29 </view>
30 <toolbar key="toolbar" implicitIdentifier="8C3684D1-F400-4CBB-897D-0889A0E1CBC8" autosavesConfiguration="NO" allowsUserCustomization="NO" displayMode="iconAndLabel" sizeMode="regular" id="20">
31 <allowedToolbarItems>
32 <toolbarItem implicitItemIdentifier="NSToolbarSpaceItem" id="25"/>
33 <toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="26"/>
34 <toolbarItem implicitItemIdentifier="6AEED900-187C-4FE3-B185-35C4C2105744" label="General" paletteLabel="General" tag="-1" image="NSPreferencesGeneral" autovalidates="NO" id="43">
35 <connections>
36 <action selector="showGeneral:" target="-2" id="49"/>
37 </connections>
38 </toolbarItem>
39 <toolbarItem implicitItemIdentifier="7E7339A3-79C3-4087-B2F7-2479CFD10818" label="Paths" paletteLabel="Path Replacement" tag="-1" image="NSFolderSmart" autovalidates="NO" id="50">
40 <connections>
41 <action selector="showPaths:" target="-2" id="51"/>
42 </connections>
43 </toolbarItem>
44 </allowedToolbarItems>
45 <defaultToolbarItems>
46 <toolbarItem reference="43"/>
47 <toolbarItem reference="50"/>
48 <toolbarItem reference="25"/>
49 <toolbarItem reference="26"/>
50 </defaultToolbarItems>
51 <connections>
52 <outlet property="delegate" destination="-2" id="47"/>
53 </connections>
54 </toolbar>
55 </window>
56 <userDefaultsController representsSharedInstance="YES" id="13"/>
57 <customView id="29" userLabel="GeneralPreferences">
58 <rect key="frame" x="0.0" y="0.0" width="421" height="131"/>
59 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
60 <subviews>
61 <textField verticalHuggingPriority="750" id="93">
62 <rect key="frame" x="15" y="94" width="146" height="17"/>
63 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
64 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Debugger Behavior:" id="94">
65 <font key="font" metaFont="system"/>
66 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
67 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
68 </textFieldCell>
69 </textField>
70 <button toolTip="If enabled, MacGDBp will automatically step into the first line of code when the debugger is attached." id="91">
71 <rect key="frame" x="164" y="92" width="216" height="18"/>
72 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
73 <buttonCell key="cell" type="check" title="Break on first line of execution" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="92">
74 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
75 <font key="font" metaFont="system"/>
76 </buttonCell>
77 <connections>
78 <binding destination="13" name="value" keyPath="values.BreakOnFirstLine" id="95"/>
79 </connections>
80 </button>
81 <textField verticalHuggingPriority="750" id="36">
82 <rect key="frame" x="17" y="45" width="387" height="28"/>
83 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
84 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="You must close and reopen MacGDBp before these preference values take effect." id="37">
85 <font key="font" metaFont="smallSystem"/>
86 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
87 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
88 </textFieldCell>
89 </textField>
90 <textField verticalHuggingPriority="750" id="33">
91 <rect key="frame" x="168" y="18" width="60" height="22"/>
92 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
93 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="40">
94 <numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="fAx-s6-Oqh"/>
95 <font key="font" metaFont="system"/>
96 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
97 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
98 </textFieldCell>
99 <connections>
100 <binding destination="13" name="value" keyPath="values.Port" id="45"/>
101 </connections>
102 </textField>
103 <textField verticalHuggingPriority="750" id="32">
104 <rect key="frame" x="77" y="20" width="86" height="17"/>
105 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
106 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Xdebug Port:" id="41">
107 <font key="font" metaFont="system"/>
108 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
109 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
110 </textFieldCell>
111 </textField>
112 </subviews>
113 </customView>
114 <customView id="53" userLabel="PathsPreferences">
115 <rect key="frame" x="0.0" y="0.0" width="427" height="213"/>
116 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
117 <subviews>
118 <button verticalHuggingPriority="750" id="66">
119 <rect key="frame" x="24" y="-1" width="26" height="23"/>
120 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
121 <buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSRemoveTemplate" imagePosition="overlaps" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="67">
122 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
123 <font key="font" metaFont="system"/>
124 </buttonCell>
125 <connections>
126 <action selector="remove:" target="78" id="86"/>
127 </connections>
128 </button>
129 <button verticalHuggingPriority="750" id="64">
130 <rect key="frame" x="-1" y="-1" width="26" height="23"/>
131 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
132 <buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSAddTemplate" imagePosition="overlaps" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="65">
133 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
134 <font key="font" metaFont="system"/>
135 </buttonCell>
136 <connections>
137 <action selector="add:" target="78" id="89"/>
138 </connections>
139 </button>
140 <scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="55">
141 <rect key="frame" x="-1" y="20" width="429" height="193"/>
142 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
143 <clipView key="contentView" id="egR-Mj-j4E">
144 <rect key="frame" x="1" y="0.0" width="427" height="192"/>
145 <autoresizingMask key="autoresizingMask"/>
146 <subviews>
147 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" autosaveColumns="NO" headerView="59" id="58">
148 <rect key="frame" x="0.0" y="0.0" width="427" height="169"/>
149 <autoresizingMask key="autoresizingMask"/>
150 <size key="intercellSpacing" width="3" height="2"/>
151 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
152 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
153 <tableColumns>
154 <tableColumn width="216" minWidth="40" maxWidth="1000" id="61">
155 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Local">
156 <font key="font" metaFont="smallSystem"/>
157 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
158 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
159 </tableHeaderCell>
160 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="62">
161 <font key="font" metaFont="system"/>
162 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
163 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
164 </textFieldCell>
165 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
166 <connections>
167 <binding destination="78" name="value" keyPath="arrangedObjects.local" id="82"/>
168 </connections>
169 </tableColumn>
170 <tableColumn width="205" minWidth="40" maxWidth="1000" id="60">
171 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Remote">
172 <font key="font" metaFont="smallSystem"/>
173 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
174 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
175 </tableHeaderCell>
176 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="63">
177 <font key="font" metaFont="system"/>
178 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
179 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
180 </textFieldCell>
181 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
182 <connections>
183 <binding destination="78" name="value" keyPath="arrangedObjects.remote" id="84"/>
184 </connections>
185 </tableColumn>
186 </tableColumns>
187 </tableView>
188 </subviews>
189 </clipView>
190 <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="57">
191 <rect key="frame" x="1" y="177" width="411" height="15"/>
192 <autoresizingMask key="autoresizingMask"/>
193 </scroller>
194 <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="56">
195 <rect key="frame" x="411" y="17" width="15" height="160"/>
196 <autoresizingMask key="autoresizingMask"/>
197 </scroller>
198 <tableHeaderView key="headerView" id="59">
199 <rect key="frame" x="0.0" y="0.0" width="427" height="23"/>
200 <autoresizingMask key="autoresizingMask"/>
201 </tableHeaderView>
202 </scrollView>
203 </subviews>
204 </customView>
205 <arrayController automaticallyPreparesContent="YES" id="78" userLabel="Paths Controller" customClass="PreferencesPathsArrayController">
206 <declaredKeys>
207 <string>local</string>
208 <string>remote</string>
209 </declaredKeys>
210 <connections>
211 <binding destination="13" name="contentArray" keyPath="values.PathReplacements" id="80">
212 <dictionary key="options">
213 <integer key="NSHandlesContentAsCompoundValue" value="1"/>
214 </dictionary>
215 </binding>
216 <outlet property="content" destination="58" id="90"/>
217 </connections>
218 </arrayController>
219 </objects>
220 <resources>
221 <image name="NSAddTemplate" width="11" height="11"/>
222 <image name="NSFolderSmart" width="32" height="32"/>
223 <image name="NSPreferencesGeneral" width="32" height="32"/>
224 <image name="NSRemoveTemplate" width="11" height="11"/>
225 </resources>
226 </document>