Fix "Unknown class BSSplitView in Interface Builder file at path .../Breakpoints...
[macgdbp.git] / English.lproj / Breakpoints.xib
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3 <dependencies>
4 <deployment identifier="macosx"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10116"/>
6 </dependencies>
7 <objects>
8 <customObject id="-2" userLabel="File's Owner" customClass="BreakpointController">
9 <connections>
10 <outlet property="arrayController" destination="28" id="35"/>
11 <outlet property="sourceView" destination="4" id="40"/>
12 <outlet property="window" destination="1" id="25"/>
13 </connections>
14 </customObject>
15 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
16 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
17 <window title="Breakpoints" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" visibleAtLaunch="NO" frameAutosaveName="BreakpointsWindow" animationBehavior="default" id="1">
18 <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
19 <windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
20 <rect key="contentRect" x="196" y="25" width="574" height="484"/>
21 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
22 <view key="contentView" id="2">
23 <rect key="frame" x="0.0" y="0.0" width="574" height="484"/>
24 <autoresizingMask key="autoresizingMask"/>
25 <subviews>
26 <splitView dividerStyle="thin" id="3">
27 <rect key="frame" x="0.0" y="0.0" width="574" height="484"/>
28 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
29 <subviews>
30 <customView id="4" customClass="BSSourceView">
31 <rect key="frame" x="0.0" y="0.0" width="574" height="221"/>
32 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
33 <connections>
34 <outlet property="delegate" destination="-2" id="41"/>
35 </connections>
36 </customView>
37 <customView id="5">
38 <rect key="frame" x="0.0" y="222" width="574" height="262"/>
39 <autoresizingMask key="autoresizingMask"/>
40 <subviews>
41 <button verticalHuggingPriority="750" id="23">
42 <rect key="frame" x="23" y="-2" width="26" height="23"/>
43 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
44 <buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSRemoveTemplate" imagePosition="overlaps" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="24">
45 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
46 <font key="font" metaFont="system"/>
47 <string key="keyEquivalent">\7f</string>
48 </buttonCell>
49 <connections>
50 <action selector="removeBreakpoint:" target="-2" id="27"/>
51 </connections>
52 </button>
53 <button verticalHuggingPriority="750" id="19">
54 <rect key="frame" x="0.0" y="-2" width="24" height="23"/>
55 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
56 <buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSAddTemplate" imagePosition="overlaps" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="20">
57 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
58 <font key="font" metaFont="system"/>
59 </buttonCell>
60 <connections>
61 <action selector="addBreakpoint:" target="-2" id="26"/>
62 </connections>
63 </button>
64 <scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="10">
65 <rect key="frame" x="0.0" y="19" width="574" height="243"/>
66 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
67 <clipView key="contentView" id="5Ab-Im-ASW">
68 <rect key="frame" x="1" y="0.0" width="572" height="242"/>
69 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
70 <subviews>
71 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnSelection="YES" autosaveColumns="NO" headerView="14" id="13">
72 <rect key="frame" x="0.0" y="0.0" width="572" height="219"/>
73 <autoresizingMask key="autoresizingMask"/>
74 <size key="intercellSpacing" width="3" height="2"/>
75 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
76 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
77 <tableColumns>
78 <tableColumn width="425" minWidth="40" maxWidth="1000" id="15">
79 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="File">
80 <font key="font" metaFont="smallSystem"/>
81 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
82 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
83 </tableHeaderCell>
84 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="18">
85 <font key="font" metaFont="smallSystem"/>
86 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
87 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
88 </textFieldCell>
89 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
90 <connections>
91 <binding destination="28" name="value" keyPath="arrangedObjects.file" id="37"/>
92 </connections>
93 </tableColumn>
94 <tableColumn width="141" minWidth="40" maxWidth="1000" id="16">
95 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Line">
96 <font key="font" metaFont="smallSystem"/>
97 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
98 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
99 </tableHeaderCell>
100 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="17">
101 <font key="font" metaFont="smallSystem"/>
102 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
103 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
104 </textFieldCell>
105 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
106 <connections>
107 <binding destination="28" name="value" keyPath="arrangedObjects.line" id="39"/>
108 </connections>
109 </tableColumn>
110 </tableColumns>
111 <connections>
112 <outlet property="delegate" destination="-2" id="42"/>
113 </connections>
114 </tableView>
115 </subviews>
116 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
117 </clipView>
118 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="12">
119 <rect key="frame" x="1" y="223" width="557" height="15"/>
120 <autoresizingMask key="autoresizingMask"/>
121 </scroller>
122 <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="11">
123 <rect key="frame" x="558" y="17" width="15" height="206"/>
124 <autoresizingMask key="autoresizingMask"/>
125 </scroller>
126 <tableHeaderView key="headerView" id="14">
127 <rect key="frame" x="0.0" y="0.0" width="572" height="23"/>
128 <autoresizingMask key="autoresizingMask"/>
129 </tableHeaderView>
130 </scrollView>
131 </subviews>
132 </customView>
133 </subviews>
134 <holdingPriorities>
135 <real value="250"/>
136 <real value="250"/>
137 </holdingPriorities>
138 </splitView>
139 </subviews>
140 </view>
141 <connections>
142 <binding destination="43" name="visible" keyPath="values.BreakpointsWindowVisible" id="49"/>
143 </connections>
144 </window>
145 <arrayController objectClassName="Breakpoint" automaticallyPreparesContent="YES" automaticallyRearrangesObjects="YES" id="28">
146 <declaredKeys>
147 <string>file</string>
148 <string>line</string>
149 </declaredKeys>
150 <connections>
151 <binding destination="-2" name="contentArray" keyPath="manager.breakpoints" id="30"/>
152 </connections>
153 </arrayController>
154 <userDefaultsController representsSharedInstance="YES" id="43"/>
155 </objects>
156 <resources>
157 <image name="NSAddTemplate" width="11" height="11"/>
158 <image name="NSRemoveTemplate" width="11" height="11"/>
159 </resources>
160 </document>