Starting to implement the source viewer pane
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 4 Aug 2007 20:26:02 +0000 (13:26 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 4 Aug 2007 20:26:02 +0000 (13:26 -0700)
commit62359f9f2c253cbd3f7247b8bde87d17b9c3d247
treeb85332f6c5dabef08696bf97383c4162fb30c01b
parente00a800e5f12611aa74e6ccda7d89aa8948906c2
Starting to implement the source viewer pane

* Source/DebuggerWindowController.h: Adding outlets for StackController, _currentFile, and _sourceViewer
* Source/DebuggerWindowController.m:
([DebuggerWindowController tableViewSelectionDidChange:]): Added delegate notification for when the selection of the tableview changes to update the source viewer
([DebuggerWindowController updateSourceViewer]): New method to refresh the source viewer display
* English.lproj/Debugger.nib: Hooking up the new outlets
English.lproj/Debugger.nib/classes.nib
English.lproj/Debugger.nib/keyedobjects.nib
Source/DebuggerWindowController.h
Source/DebuggerWindowController.m