Adding support for error viewing on the Debugger window and statuses.
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 3 Aug 2007 07:06:40 +0000 (00:06 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 3 Aug 2007 07:06:40 +0000 (00:06 -0700)
commit55d61755dff7b1188799db2043023fe7b8600965
tree9866c1415dc489e799f53ff64c407ba2210be721
parent36938523060ef41f47d79e8616709e5fbc1483e8
Adding support for error viewing on the Debugger window and statuses.

* English.lproj/Debugger.nib:
- Making the error text be hidden by default.
- Hooking up outlets into DebuggerWindow
* Source/DebuggerWindowController.m|h: Adding _status and _error outlets and setters for them
([DebuggerWindowController setStatus:]): New method
([DebuggerWindowController setError:]): New method
* Source/DebuggerController.m:
([DebuggerController initWithPort:]): Set the inital status to be "Connecting"
([DebuggerController updateStatus:]): New method
([DebuggerController handshake:]): Send a status command to the server and then receive the results using updateStatus:
([DebuggerController errorEncountered:]): Calls [_windowController setError:] using the error message from the NSError
English.lproj/Debugger.nib/classes.nib
English.lproj/Debugger.nib/keyedobjects.nib
Source/DebuggerConnection.m
Source/DebuggerWindowController.h
Source/DebuggerWindowController.m