Add an item to the Window menu to allow the inspector to be shown/hidden
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 2 Apr 2009 18:00:24 +0000 (14:00 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 2 Apr 2009 18:00:24 +0000 (14:00 -0400)
commit862102e5a55bb7224d43ebd725062e6d35f4db3d
treebfadb3d124549985a541d82575b0bd520a43df2c
parent869cfbda03d6db0297631703b1acd1edb33ffc48
Add an item to the Window menu to allow the inspector to be shown/hidden

* Source/AppDelegate.m+h:
(showInspectorWindow:): New method
(showBreakpointWindow:): Make this toggle window visibility rather than just always bring to front
* Source/DebuggerController.m+h: Create ivar for the inspector and synth the property
* English.lproj/Debugger.xib: Hook up the outlet
* English.lproj/MainMenu.xib: Add menu item
English.lproj/Debugger.xib
English.lproj/MainMenu.xib
Source/AppDelegate.h
Source/AppDelegate.m
Source/DebuggerController.h
Source/DebuggerController.m