Move the Evaluate menu item from Debugger to Window.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 17 May 2020 16:48:01 +0000 (12:48 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 17 May 2020 17:04:44 +0000 (13:04 -0400)
Also re-organizes the Window menu items.

CHANGES
en.lproj/MainMenu.xib

diff --git a/CHANGES b/CHANGES
index 10918f9bb5b74b13f73f3618ecc1bd6525797222..286f7f826bba6b881428b5cea6ce093d54135aa5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,7 @@ MacGDBp                                                               CHANGE LOG
 2.0.3
 #####################
 - Fix: #265  Variables holding scalars would not display a value.
+- Change: Reorganized the Window main menu.
 
 2.0.2
 #####################
index 9aa41d378ce2dd9e7dbafb941ccffb8d25cc55a2..bbf12b3af814210bf5cadd620745437d6bdcfb7a 100644 (file)
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10117" systemVersion="15G31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
+<?xml version="1.0" encoding="UTF-8"?>
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14868" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
     <dependencies>
         <deployment identifier="macosx"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10117"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14868"/>
     </dependencies>
     <objects>
         <customObject id="-2" userLabel="File's Owner" customClass="NSApplication">
                                     <action selector="stop:" target="287" id="312"/>
                                 </connections>
                             </menuItem>
-                            <menuItem title="Evaluate" keyEquivalent="E" id="316">
-                                <connections>
-                                    <action selector="showEvalWindow:" target="287" id="317"/>
-                                </connections>
-                            </menuItem>
                             <menuItem title="Attached" keyEquivalent="A" id="313">
                                 <connections>
                                     <binding destination="287" name="value" keyPath="connection.autoAttach" id="314"/>
                                     <action selector="showDebuggerWindow:" target="225" id="266"/>
                                 </connections>
                             </menuItem>
-                            <menuItem title="Inspector" keyEquivalent="I" id="303">
+                            <menuItem title="Breakpoints" keyEquivalent="B" id="268">
                                 <connections>
-                                    <action selector="showInspectorWindow:" target="287" id="305"/>
+                                    <action selector="showBreakpointWindow:" target="225" id="269"/>
                                 </connections>
                             </menuItem>
-                            <menuItem title="Breakpoints" keyEquivalent="B" id="268">
+                            <menuItem title="Evaluate" keyEquivalent="E" id="316">
                                 <connections>
-                                    <action selector="showBreakpointWindow:" target="225" id="269"/>
+                                    <action selector="showEvalWindow:" target="287" id="317"/>
+                                </connections>
+                            </menuItem>
+                            <menuItem isSeparatorItem="YES" id="y56-BA-NYU"/>
+                            <menuItem title="Inspector" keyEquivalent="I" id="303">
+                                <connections>
+                                    <action selector="showInspectorWindow:" target="287" id="305"/>
                                 </connections>
                             </menuItem>
                             <menuItem title="Connection Log" id="308">
                     </menu>
                 </menuItem>
             </items>
+            <point key="canvasLocation" x="139" y="154"/>
         </menu>
         <customObject id="225" userLabel="AppDelegate" customClass="AppDelegate">
             <connections>