Make the add breakpoint button a pull-down menu.
[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="11542" systemVersion="15G1108" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3 <dependencies>
4 <deployment identifier="macosx"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11542"/>
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="BreakpointController">
10 <connections>
11 <outlet property="addBreakpointButton" destination="Rhe-Th-Bhr" id="xGD-6H-O84"/>
12 <outlet property="arrayController" destination="28" id="35"/>
13 <outlet property="view" destination="uUK-Ll-YSm" id="ujh-9q-BWz"/>
14 </connections>
15 </customObject>
16 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
17 <view id="uUK-Ll-YSm">
18 <rect key="frame" x="0.0" y="0.0" width="574" height="484"/>
19 <autoresizingMask key="autoresizingMask"/>
20 <subviews>
21 <button verticalHuggingPriority="750" misplaced="YES" id="NEA-NE-e2L">
22 <rect key="frame" x="23" y="-1" width="24" height="23"/>
23 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
24 <buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSRemoveTemplate" imagePosition="overlaps" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="RTj-JH-bdO">
25 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
26 <font key="font" metaFont="system"/>
27 <string key="keyEquivalent">\7f</string>
28 </buttonCell>
29 <connections>
30 <action selector="removeBreakpoint:" target="-2" id="65m-Li-WgP"/>
31 </connections>
32 </button>
33 <scrollView focusRingType="none" misplaced="YES" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="QUj-nl-H1n">
34 <rect key="frame" x="0.0" y="20" width="574" height="464"/>
35 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
36 <clipView key="contentView" id="vnD-I2-3RC">
37 <rect key="frame" x="1" y="0.0" width="572" height="463"/>
38 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
39 <subviews>
40 <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnSelection="YES" autosaveColumns="NO" headerView="XI3-4j-eHA" id="d8X-q7-NYd">
41 <rect key="frame" x="0.0" y="0.0" width="572" height="440"/>
42 <autoresizingMask key="autoresizingMask"/>
43 <size key="intercellSpacing" width="3" height="2"/>
44 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
45 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
46 <tableColumns>
47 <tableColumn width="425" minWidth="40" maxWidth="1000" id="RCP-bP-B4d">
48 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="File">
49 <font key="font" metaFont="smallSystem"/>
50 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
51 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
52 </tableHeaderCell>
53 <textFieldCell key="dataCell" lineBreakMode="truncatingMiddle" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="IV1-Sj-2od">
54 <font key="font" metaFont="smallSystem"/>
55 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
56 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
57 </textFieldCell>
58 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
59 <connections>
60 <binding destination="28" name="value" keyPath="arrangedObjects.file" id="8aj-3i-nGj"/>
61 </connections>
62 </tableColumn>
63 <tableColumn width="141" minWidth="40" maxWidth="1000" id="MvD-nE-8qa">
64 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Line">
65 <font key="font" metaFont="smallSystem"/>
66 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
67 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
68 </tableHeaderCell>
69 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="kPe-Mi-bAY">
70 <font key="font" metaFont="smallSystem"/>
71 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
72 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
73 </textFieldCell>
74 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
75 <connections>
76 <binding destination="28" name="value" keyPath="arrangedObjects.line" id="keh-Aa-ayp"/>
77 </connections>
78 </tableColumn>
79 </tableColumns>
80 <connections>
81 <outlet property="delegate" destination="-2" id="Tc8-nD-s4R"/>
82 </connections>
83 </tableView>
84 </subviews>
85 </clipView>
86 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="Abm-OM-c9d">
87 <rect key="frame" x="1" y="223" width="557" height="15"/>
88 <autoresizingMask key="autoresizingMask"/>
89 </scroller>
90 <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="NaV-vD-Og8">
91 <rect key="frame" x="558" y="17" width="15" height="206"/>
92 <autoresizingMask key="autoresizingMask"/>
93 </scroller>
94 <tableHeaderView key="headerView" id="XI3-4j-eHA">
95 <rect key="frame" x="0.0" y="0.0" width="572" height="23"/>
96 <autoresizingMask key="autoresizingMask"/>
97 </tableHeaderView>
98 </scrollView>
99 <popUpButton verticalHuggingPriority="750" misplaced="YES" id="Rhe-Th-Bhr">
100 <rect key="frame" x="0.0" y="-1" width="24" height="23"/>
101 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
102 <popUpButtonCell key="cell" type="smallSquare" bezelStyle="smallSquare" imagePosition="overlaps" alignment="center" lineBreakMode="truncatingTail" borderStyle="border" imageScaling="proportionallyDown" inset="2" pullsDown="YES" arrowPosition="noArrow" preferredEdge="maxX" altersStateOfSelectedItem="NO" selectedItem="CvR-xk-b9b" id="Dwf-ep-VTS">
103 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
104 <font key="font" metaFont="menu"/>
105 <menu key="menu" id="Rib-S1-dUw">
106 <items>
107 <menuItem image="NSAddTemplate" id="CvR-xk-b9b">
108 <modifierMask key="keyEquivalentModifierMask"/>
109 <connections>
110 <action selector="addBreakpoint:" target="-2" id="HVH-4f-zD3"/>
111 </connections>
112 </menuItem>
113 <menuItem title="File breakpoint" id="K7S-yj-EhU">
114 <modifierMask key="keyEquivalentModifierMask"/>
115 <connections>
116 <action selector="addBreakpoint:" target="-2" id="7gF-se-38S"/>
117 </connections>
118 </menuItem>
119 <menuItem title="Symbolic breakpoint" id="bYU-4e-GiO"/>
120 </items>
121 </menu>
122 </popUpButtonCell>
123 </popUpButton>
124 </subviews>
125 </view>
126 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
127 <arrayController objectClassName="Breakpoint" automaticallyPreparesContent="YES" preservesSelection="NO" selectsInsertedObjects="NO" avoidsEmptySelection="NO" automaticallyRearrangesObjects="YES" id="28">
128 <declaredKeys>
129 <string>file</string>
130 <string>line</string>
131 </declaredKeys>
132 <connections>
133 <binding destination="-2" name="contentArray" keyPath="_manager.breakpoints" id="3RA-Ia-VZL"/>
134 </connections>
135 </arrayController>
136 <userDefaultsController representsSharedInstance="YES" id="43"/>
137 </objects>
138 <resources>
139 <image name="NSAddTemplate" width="11" height="11"/>
140 <image name="NSRemoveTemplate" width="11" height="11"/>
141 </resources>
142 </document>