Making a reference to the debugger in the Window menu
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 23 Apr 2008 19:47:16 +0000 (15:47 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 23 Apr 2008 19:47:16 +0000 (15:47 -0400)
commit059d89ad25724d47f89c98bee2fb7952f97150c1
treedba697b9e3c2b977e1bc9eb5598a8fc00ba79464
parent05a8f087d5abf971a7064c1c03772ad30b9a3032
Making a reference to the debugger in the Window menu

* English.lproj/MainMenu.xib: Add a Window->Debugger item
* Source/AppDelegate.m/h: Add a debugger ivar to hold the DebuggerWindowController
([showDebuggerWindow:]): New method to bring the debugger window to the front
* Source/DebuggerWindowContrller.m:
([awakeFromNib]): Exclude the window from the dynamic Window menu
English.lproj/MainMenu.xib
Source/AppDelegate.h
Source/AppDelegate.m
Source/DebuggerWindowController.m