forked from R-macos/Mac-GUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EditorPrefPane.xib
286 lines (286 loc) · 21.9 KB
/
EditorPrefPane.xib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.70"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="EditorPrefPane">
<connections>
<outlet property="appOrCommand" destination="48" id="100"/>
<outlet property="autosaveDocuments" destination="228" id="233"/>
<outlet property="builtInPrefs" destination="35" id="69"/>
<outlet property="changeEditor" destination="105" id="106"/>
<outlet property="commandText" destination="104" id="118"/>
<outlet property="editorFont" destination="174" id="195"/>
<outlet property="editorFontLabel" destination="176" id="196"/>
<outlet property="editorFontSelectButton" destination="178" id="197"/>
<outlet property="enableIndentNewLines" destination="172" id="200"/>
<outlet property="enableLineWrapping" destination="123" id="136"/>
<outlet property="externalEditorName" destination="115" id="116"/>
<outlet property="externalSettings" destination="37" id="70"/>
<outlet property="hiliteCurrentLine" destination="170" id="201"/>
<outlet property="internalOrExternal" destination="32" id="99"/>
<outlet property="mainView" destination="5" id="11"/>
<outlet property="matchingPairs" destination="142" id="143"/>
<outlet property="showArgsHints" destination="138" id="141"/>
<outlet property="showBraceHighlighting" destination="40" id="73"/>
<outlet property="showLineNumbers" destination="42" id="74"/>
<outlet property="showSyntaxColoring" destination="39" id="75"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="5" userLabel="View">
<rect key="frame" x="0.0" y="0.0" width="583" height="416"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<box title="Preferenze editor esterno" id="37">
<rect key="frame" x="296" y="16" width="270" height="344"/>
<autoresizingMask key="autoresizingMask"/>
<view key="contentView" id="QVY-A8-Sip">
<rect key="frame" x="3" y="3" width="264" height="326"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="48">
<rect key="frame" x="37" y="212" width="212" height="46"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="212" height="22"/>
<size key="intercellSpacing" width="4" height="2"/>
<buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="165">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<cells>
<column>
<buttonCell type="radio" title="Applicazione" imagePosition="left" alignment="left" state="on" inset="2" id="49">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<buttonCell type="radio" title="Comandi" imagePosition="left" alignment="left" tag="1" inset="2" id="47">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</column>
</cells>
<connections>
<action selector="changeAppOrCommand:" target="-2" id="114"/>
</connections>
</matrix>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="104">
<rect key="frame" x="64" y="172" width="188" height="39"/>
<autoresizingMask key="autoresizingMask"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="161">
<font key="font" metaFont="miniSystem"/>
<string key="title">Note:
Command is executed in a shell</string>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<button verticalHuggingPriority="750" id="105">
<rect key="frame" x="66" y="260" width="110" height="28"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="push" title="Set Editor" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="162">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
</buttonCell>
<connections>
<action selector="changeEditor:" target="-2" id="107"/>
</connections>
</button>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="115">
<rect key="frame" x="28" y="292" width="196" height="17"/>
<autoresizingMask key="autoresizingMask"/>
<textFieldCell key="cell" enabled="NO" sendsActionOnEndEditing="YES" alignment="center" title="SubEthaEdit" id="163">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
</view>
</box>
<box title="Preferenze editor interno" id="35">
<rect key="frame" x="17" y="16" width="270" height="343"/>
<autoresizingMask key="autoresizingMask"/>
<view key="contentView" id="4Qb-qB-jZL">
<rect key="frame" x="3" y="3" width="264" height="325"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button id="39">
<rect key="frame" x="18" y="291" width="242" height="18"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="check" title="Mostra colorazione sintassi" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="146">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="changeShowSyntaxColoring:" target="-2" id="109"/>
</connections>
</button>
<button id="40">
<rect key="frame" x="18" y="218" width="242" height="18"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="check" title="Highlight bracket pairs" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="147">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="changeShowBraceHighlighting:" target="-2" id="110"/>
</connections>
</button>
<button id="42">
<rect key="frame" x="18" y="167" width="233" height="18"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="check" title="Mostra numeri linea" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="148">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="changeFlag:" target="-2" id="235"/>
</connections>
</button>
<button id="123">
<rect key="frame" x="18" y="147" width="233" height="18"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="check" title="Adatta linee" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="153">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="changeEnableLineWrapping:" target="-2" id="137"/>
</connections>
</button>
<button id="138">
<rect key="frame" x="18" y="99" width="237" height="18"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="check" title="Show function hints" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="158">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="changeShowArgsHints:" target="-2" id="140"/>
</connections>
</button>
<button id="142">
<rect key="frame" x="18" y="238" width="242" height="18"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="check" title="Match brackets/quotes" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="159">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="changeFlag:" target="-2" id="234"/>
</connections>
</button>
<button id="170">
<rect key="frame" x="18" y="270" width="242" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="check" title="Highlight current line" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="171">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<binding destination="182" name="value" keyPath="values.RScriptEditorHighlightCurrentLine" id="217">
<dictionary key="options">
<integer key="NSMultipleValuesPlaceholder" value="0"/>
<integer key="NSNoSelectionPlaceholder" value="0"/>
<integer key="NSNotApplicablePlaceholder" value="0"/>
<integer key="NSNullPlaceholder" value="0"/>
</dictionary>
</binding>
</connections>
</button>
<button id="172">
<rect key="frame" x="18" y="126" width="242" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="check" title="Indent new lines" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="173">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<binding destination="182" name="value" keyPath="values.RScriptEditorIndentNewLines" id="216"/>
</connections>
</button>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="174" customClass="RFontPreviewTextField">
<rect key="frame" x="17" y="12" width="236" height="19"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingTail" allowsUndo="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" drawsBackground="YES" id="175">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="176">
<rect key="frame" x="14" y="37" width="123" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Font:" id="177">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<button verticalHuggingPriority="750" id="178">
<rect key="frame" x="137" y="31" width="121" height="28"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="push" title="Select…" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="179">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
</buttonCell>
<connections>
<action selector="showFontPanel:" target="-2" id="209"/>
</connections>
</button>
<box verticalHuggingPriority="750" boxType="separator" id="181">
<rect key="frame" x="17" y="60" width="236" height="5"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
</box>
<button id="228">
<rect key="frame" x="18" y="69" width="242" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="check" title="Auto-save documents" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="229">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="changeFlag:" target="-2" id="236"/>
</connections>
</button>
</subviews>
</view>
</box>
<matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="32">
<rect key="frame" x="26" y="376" width="550" height="20"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="273" height="20"/>
<size key="intercellSpacing" width="4" height="2"/>
<buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="164">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<cells>
<column>
<buttonCell type="radio" title="Editor interno" imagePosition="left" alignment="left" state="on" inset="2" id="96">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</column>
<column>
<buttonCell type="radio" title="Editor esterno" imagePosition="left" alignment="left" tag="1" inset="2" id="97">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</column>
</cells>
<connections>
<action selector="changeInternalOrExternal:" target="-2" id="108"/>
</connections>
</matrix>
</subviews>
</customView>
<userDefaultsController representsSharedInstance="YES" id="182"/>
</objects>
</document>