Add a new File Access preferences pane.
[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="14868" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
3 <dependencies>
4 <deployment identifier="macosx"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14868"/>
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="fileAccessController" destination="PYc-SP-Fvw" id="RWM-AF-Opd"/>
12 <outlet property="fileAccessPreferencesItem" destination="e1C-OK-KSi" id="JJn-JH-J7y"/>
13 <outlet property="fileAccessPreferencesView" destination="ujd-Hf-qLb" id="lJd-0v-ePz"/>
14 <outlet property="generalPreferencesItem" destination="43" id="44"/>
15 <outlet property="generalPreferencesView" destination="29" id="42"/>
16 <outlet property="pathsPreferencesItem" destination="50" id="52"/>
17 <outlet property="pathsPreferencesView" destination="53" id="54"/>
18 <outlet property="toolbar" destination="20" id="48"/>
19 <outlet property="window" destination="1" id="3"/>
20 </connections>
21 </customObject>
22 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
23 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
24 <window title="Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="Preferences" animationBehavior="default" id="1">
25 <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
26 <windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
27 <rect key="contentRect" x="196" y="388" width="420" height="120"/>
28 <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/>
29 <view key="contentView" id="2">
30 <rect key="frame" x="0.0" y="0.0" width="420" height="120"/>
31 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
32 </view>
33 <toolbar key="toolbar" implicitIdentifier="8C3684D1-F400-4CBB-897D-0889A0E1CBC8" autosavesConfiguration="NO" allowsUserCustomization="NO" displayMode="iconAndLabel" sizeMode="regular" id="20">
34 <allowedToolbarItems>
35 <toolbarItem implicitItemIdentifier="NSToolbarSpaceItem" id="25"/>
36 <toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="26"/>
37 <toolbarItem implicitItemIdentifier="6AEED900-187C-4FE3-B185-35C4C2105744" label="General" paletteLabel="General" tag="-1" image="NSPreferencesGeneral" autovalidates="NO" id="43">
38 <connections>
39 <action selector="showGeneral:" target="-2" id="49"/>
40 </connections>
41 </toolbarItem>
42 <toolbarItem implicitItemIdentifier="9B9A0426-715E-44F5-A7FC-FA2874232849" label="File Access" paletteLabel="File Access" tag="-1" image="NSFolder" id="e1C-OK-KSi">
43 <connections>
44 <action selector="showFileAccess:" target="-2" id="g2h-j3-gGu"/>
45 </connections>
46 </toolbarItem>
47 <toolbarItem implicitItemIdentifier="7E7339A3-79C3-4087-B2F7-2479CFD10818" label="Remote Paths" paletteLabel="Remote Paths" tag="-1" image="NSNetwork" autovalidates="NO" id="50">
48 <connections>
49 <action selector="showPaths:" target="-2" id="51"/>
50 </connections>
51 </toolbarItem>
52 </allowedToolbarItems>
53 <defaultToolbarItems>
54 <toolbarItem reference="43"/>
55 <toolbarItem reference="e1C-OK-KSi"/>
56 <toolbarItem reference="50"/>
57 <toolbarItem reference="25"/>
58 <toolbarItem reference="26"/>
59 </defaultToolbarItems>
60 <connections>
61 <outlet property="delegate" destination="-2" id="47"/>
62 </connections>
63 </toolbar>
64 <point key="canvasLocation" x="139" y="119"/>
65 </window>
66 <userDefaultsController representsSharedInstance="YES" id="13"/>
67 <customView id="29" userLabel="GeneralPreferences">
68 <rect key="frame" x="0.0" y="0.0" width="421" height="131"/>
69 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
70 <subviews>
71 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="93">
72 <rect key="frame" x="15" y="94" width="146" height="17"/>
73 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
74 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Debugger Behavior:" id="94">
75 <font key="font" metaFont="system"/>
76 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
77 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
78 </textFieldCell>
79 </textField>
80 <button toolTip="If enabled, MacGDBp will automatically step into the first line of code when the debugger is attached." fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="91">
81 <rect key="frame" x="164" y="92" width="216" height="18"/>
82 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
83 <buttonCell key="cell" type="check" title="Break on first line of execution" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="92">
84 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
85 <font key="font" metaFont="system"/>
86 </buttonCell>
87 <connections>
88 <binding destination="13" name="value" keyPath="values.BreakOnFirstLine" id="95"/>
89 </connections>
90 </button>
91 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="36">
92 <rect key="frame" x="17" y="45" width="387" height="28"/>
93 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
94 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="You must close and reopen MacGDBp before these preference values take effect." id="37">
95 <font key="font" metaFont="smallSystem"/>
96 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
97 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
98 </textFieldCell>
99 </textField>
100 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="33">
101 <rect key="frame" x="168" y="18" width="60" height="22"/>
102 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
103 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="40">
104 <numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="fAx-s6-Oqh"/>
105 <font key="font" metaFont="system"/>
106 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
107 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
108 </textFieldCell>
109 <connections>
110 <binding destination="13" name="value" keyPath="values.Port" id="45"/>
111 </connections>
112 </textField>
113 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="32">
114 <rect key="frame" x="77" y="20" width="86" height="17"/>
115 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
116 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Xdebug Port:" id="41">
117 <font key="font" metaFont="system"/>
118 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
119 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
120 </textFieldCell>
121 </textField>
122 </subviews>
123 <point key="canvasLocation" x="-141" y="-432"/>
124 </customView>
125 <customView id="53" userLabel="PathsPreferences">
126 <rect key="frame" x="0.0" y="0.0" width="427" height="213"/>
127 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
128 <subviews>
129 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="66" userLabel="RemovePath">
130 <rect key="frame" x="24" y="-1" width="26" height="23"/>
131 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
132 <buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSRemoveTemplate" imagePosition="overlaps" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="67">
133 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
134 <font key="font" metaFont="system"/>
135 </buttonCell>
136 <connections>
137 <action selector="remove:" target="78" id="86"/>
138 </connections>
139 </button>
140 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="64" userLabel="AddPath">
141 <rect key="frame" x="-1" y="-1" width="26" height="23"/>
142 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
143 <buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSAddTemplate" imagePosition="overlaps" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="65">
144 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
145 <font key="font" metaFont="system"/>
146 </buttonCell>
147 <connections>
148 <action selector="add:" target="78" id="89"/>
149 </connections>
150 </button>
151 <scrollView fixedFrame="YES" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="55">
152 <rect key="frame" x="-1" y="20" width="429" height="193"/>
153 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
154 <clipView key="contentView" ambiguous="YES" id="egR-Mj-j4E">
155 <rect key="frame" x="1" y="0.0" width="427" height="192"/>
156 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
157 <subviews>
158 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" autosaveColumns="NO" headerView="59" id="58">
159 <rect key="frame" x="0.0" y="0.0" width="427" height="169"/>
160 <autoresizingMask key="autoresizingMask"/>
161 <size key="intercellSpacing" width="3" height="2"/>
162 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
163 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
164 <tableColumns>
165 <tableColumn width="216" minWidth="40" maxWidth="1000" id="61">
166 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Local">
167 <font key="font" metaFont="smallSystem"/>
168 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
169 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
170 </tableHeaderCell>
171 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="62">
172 <font key="font" metaFont="system"/>
173 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
174 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
175 </textFieldCell>
176 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
177 <connections>
178 <binding destination="78" name="value" keyPath="arrangedObjects.local" id="82"/>
179 </connections>
180 </tableColumn>
181 <tableColumn width="205" minWidth="40" maxWidth="1000" id="60">
182 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Remote">
183 <font key="font" metaFont="smallSystem"/>
184 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
185 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
186 </tableHeaderCell>
187 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="63">
188 <font key="font" metaFont="system"/>
189 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
190 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
191 </textFieldCell>
192 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
193 <connections>
194 <binding destination="78" name="value" keyPath="arrangedObjects.remote" id="84"/>
195 </connections>
196 </tableColumn>
197 </tableColumns>
198 </tableView>
199 </subviews>
200 </clipView>
201 <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="57">
202 <rect key="frame" x="1" y="177" width="411" height="15"/>
203 <autoresizingMask key="autoresizingMask"/>
204 </scroller>
205 <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="56">
206 <rect key="frame" x="411" y="17" width="15" height="160"/>
207 <autoresizingMask key="autoresizingMask"/>
208 </scroller>
209 <tableHeaderView key="headerView" id="59">
210 <rect key="frame" x="0.0" y="0.0" width="427" height="23"/>
211 <autoresizingMask key="autoresizingMask"/>
212 </tableHeaderView>
213 </scrollView>
214 </subviews>
215 <point key="canvasLocation" x="10" y="-194"/>
216 </customView>
217 <dictionaryController objectClassName="_NSDictionaryControllerKeyValuePair" id="PYc-SP-Fvw" userLabel="File Access Controller">
218 <connections>
219 <binding destination="13" name="contentDictionary" keyPath="values.FileAccessBookmarks" id="DnO-2q-xFf"/>
220 </connections>
221 </dictionaryController>
222 <arrayController automaticallyPreparesContent="YES" id="78" userLabel="Paths Controller" customClass="PreferencesPathsArrayController">
223 <declaredKeys>
224 <string>local</string>
225 <string>remote</string>
226 </declaredKeys>
227 <connections>
228 <binding destination="13" name="contentArray" keyPath="values.PathReplacements" id="80">
229 <dictionary key="options">
230 <integer key="NSHandlesContentAsCompoundValue" value="1"/>
231 </dictionary>
232 </binding>
233 <outlet property="content" destination="58" id="90"/>
234 </connections>
235 </arrayController>
236 <customView id="ujd-Hf-qLb" userLabel="FileAccessPreferencess">
237 <rect key="frame" x="0.0" y="0.0" width="427" height="213"/>
238 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
239 <subviews>
240 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="i88-Gl-3so" userLabel="RemoveFileAccess">
241 <rect key="frame" x="24" y="-1" width="26" height="23"/>
242 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
243 <buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSRemoveTemplate" imagePosition="overlaps" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="vay-Yq-WXc">
244 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
245 <font key="font" metaFont="system"/>
246 </buttonCell>
247 <connections>
248 <action selector="remove:" target="PYc-SP-Fvw" id="v7Z-DW-563"/>
249 </connections>
250 </button>
251 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="iCg-AA-ZXb" userLabel="AddFileAccess">
252 <rect key="frame" x="-1" y="-1" width="26" height="23"/>
253 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
254 <buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSAddTemplate" imagePosition="overlaps" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="CnH-DM-vMW">
255 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
256 <font key="font" metaFont="system"/>
257 </buttonCell>
258 <connections>
259 <action selector="addFileAccess:" target="-2" id="MMb-Ga-GEe"/>
260 </connections>
261 </button>
262 <scrollView fixedFrame="YES" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="v93-oV-uce">
263 <rect key="frame" x="-1" y="20" width="429" height="193"/>
264 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
265 <clipView key="contentView" ambiguous="YES" id="L7V-Zd-iEr">
266 <rect key="frame" x="1" y="0.0" width="427" height="192"/>
267 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
268 <subviews>
269 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" autosaveColumns="NO" headerView="7XQ-Y6-gfo" id="s4m-Zv-l8Z">
270 <rect key="frame" x="0.0" y="0.0" width="427" height="167"/>
271 <autoresizingMask key="autoresizingMask"/>
272 <size key="intercellSpacing" width="3" height="2"/>
273 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
274 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
275 <tableColumns>
276 <tableColumn editable="NO" width="423" minWidth="40" maxWidth="1000" id="tV5-Ih-Xw6">
277 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Path">
278 <font key="font" metaFont="smallSystem"/>
279 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
280 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
281 </tableHeaderCell>
282 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="rTS-1a-vvY">
283 <font key="font" metaFont="system"/>
284 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
285 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
286 </textFieldCell>
287 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
288 <connections>
289 <binding destination="PYc-SP-Fvw" name="value" keyPath="arrangedObjects.key" id="hQg-Xz-eTc"/>
290 </connections>
291 </tableColumn>
292 </tableColumns>
293 </tableView>
294 </subviews>
295 </clipView>
296 <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="WmZ-OV-HXm">
297 <rect key="frame" x="1" y="177" width="411" height="15"/>
298 <autoresizingMask key="autoresizingMask"/>
299 </scroller>
300 <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="oUY-jC-Cmf">
301 <rect key="frame" x="411" y="17" width="15" height="160"/>
302 <autoresizingMask key="autoresizingMask"/>
303 </scroller>
304 <tableHeaderView key="headerView" id="7XQ-Y6-gfo">
305 <rect key="frame" x="0.0" y="0.0" width="427" height="25"/>
306 <autoresizingMask key="autoresizingMask"/>
307 </tableHeaderView>
308 </scrollView>
309 </subviews>
310 <point key="canvasLocation" x="-364" y="82"/>
311 </customView>
312 </objects>
313 <resources>
314 <image name="NSAddTemplate" width="11" height="11"/>
315 <image name="NSFolder" width="32" height="32"/>
316 <image name="NSNetwork" width="32" height="32"/>
317 <image name="NSPreferencesGeneral" width="32" height="32"/>
318 <image name="NSRemoveTemplate" width="11" height="11"/>
319 </resources>
320 </document>