forked from fortinmike/XcodeBoost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHighlightRegexWindow.xib
More file actions
122 lines (122 loc) · 9.28 KB
/
HighlightRegexWindow.xib
File metadata and controls
122 lines (122 loc) · 9.28 KB
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5053" systemVersion="13D28" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5053"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="MFHighlightRegexWindowController">
<connections>
<outlet property="addHighlight_clicked" destination="WRx-jH-88H" id="RPU-rJ-vkE"/>
<outlet property="regexTextField" destination="HWz-qe-FdO" id="61D-cJ-2hd"/>
<outlet property="window" destination="QvC-M9-y7g" id="MtR-RJ-Cv2"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<window title="Highlight Regex Matches" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" animationBehavior="default" id="QvC-M9-y7g" customClass="NSPanel">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="494" y="441" width="469" height="171"/>
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/>
<view key="contentView" id="EiT-Mj-1SZ">
<rect key="frame" x="0.0" y="0.0" width="469" height="171"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textField verticalHuggingPriority="750" id="HWz-qe-FdO">
<rect key="frame" x="20" y="129" width="429" height="22"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" placeholderString="Type a regular expression" drawsBackground="YES" id="Z2v-OQ-ZuQ">
<font key="font" metaFont="system"/>
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<binding destination="-2" name="value" keyPath="pattern" id="YRc-5s-BVz"/>
</connections>
</textField>
<button id="4ie-W6-cxo">
<rect key="frame" x="17" y="96" width="97" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="check" title="Case Sensitive" bezelStyle="regularSquare" imagePosition="left" controlSize="small" state="on" inset="2" id="y18-GT-8dm">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
</buttonCell>
<connections>
<binding destination="RDF-4E-uSP" name="value" keyPath="values.XCTTRegexCaseSensitive" id="uDC-4D-fnE"/>
</connections>
</button>
<button verticalHuggingPriority="750" id="WRx-jH-88H">
<rect key="frame" x="327" y="13" width="128" height="32"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
<buttonCell key="cell" type="push" title="Add Highlight" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Q5d-og-Lcp">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
<string key="keyEquivalent" base64-UTF8="YES">
DQ
</string>
</buttonCell>
<connections>
<action selector="addHighlight_clicked:" target="-2" id="xB0-LD-uRY"/>
</connections>
</button>
<button id="YOv-I1-dHO">
<rect key="frame" x="17" y="56" width="141" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="check" title="Ignore Metacharacters" bezelStyle="regularSquare" imagePosition="left" controlSize="small" state="on" inset="2" id="v9m-Td-Jkj">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
</buttonCell>
<connections>
<binding destination="RDF-4E-uSP" name="value" keyPath="values.XCTTRegexIgnoreMetacharacters" id="b4K-wT-Ae5"/>
</connections>
</button>
<button id="gBO-TJ-Frg">
<rect key="frame" x="17" y="76" width="173" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="check" title="Dot Matches Line Separators" bezelStyle="regularSquare" imagePosition="left" controlSize="small" state="on" inset="2" id="FVj-em-E7y">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
</buttonCell>
<connections>
<binding destination="RDF-4E-uSP" name="value" keyPath="values.XCTTRegexDotMatchesLineSeparators" id="7HJ-Jk-lF6"/>
</connections>
</button>
<button id="rMr-FE-ma3">
<rect key="frame" x="226" y="96" width="132" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="check" title="Anchors Match Lines" bezelStyle="regularSquare" imagePosition="left" controlSize="small" state="on" inset="2" id="KMo-dO-lhb">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
</buttonCell>
<connections>
<binding destination="RDF-4E-uSP" name="value" keyPath="values.XCTTRegexAnchorsMatchLines" id="2pE-9p-A1U"/>
</connections>
</button>
<button id="Eob-Lk-Xob">
<rect key="frame" x="226" y="56" width="181" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="check" title="Use Unicode Word Boundaries" bezelStyle="regularSquare" imagePosition="left" controlSize="small" state="on" inset="2" id="ugu-Vh-Z2w">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
</buttonCell>
<connections>
<binding destination="RDF-4E-uSP" name="value" keyPath="values.XCTTRegexUseUnicodeWordBoundaries" id="lYX-Z3-ulq"/>
</connections>
</button>
<button id="NpA-5Y-Cvd">
<rect key="frame" x="226" y="76" width="154" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="check" title="Use Unix Line Separators" bezelStyle="regularSquare" imagePosition="left" controlSize="small" state="on" inset="2" id="Qli-OW-G5a">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
</buttonCell>
<connections>
<binding destination="RDF-4E-uSP" name="value" keyPath="values.XCTTRegexUseUnixLineSeparators" id="JGk-40-EWf"/>
</connections>
</button>
</subviews>
</view>
</window>
<userDefaultsController representsSharedInstance="YES" id="RDF-4E-uSP"/>
</objects>
</document>