We now highlight the break'd line
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 9 Mar 2008 18:37:46 +0000 (14:37 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 9 Mar 2008 18:37:46 +0000 (14:37 -0400)
commitecad1a1f90030035190f8098b5c4cd663f23a266
tree111517a20d7247431388cd7111d5c228cca88e51
parent16b8956e8e903b180f5d1afc956b87882ee851df
We now highlight the break'd line

* Source/BSSourceView.h: New prop-ivar markedLine
* Source/BSSourceView.m: ditto
* Source/BSSourceViewTextView.m:
([BSSourceViewTextView drawRect:]): Highlight the line
* Source/DebuggerWindowContrller.m:
([DebuggerWindowController updateSourceViewer]): Call [sourceViewer setMarkedLine:]
Source/BSSourceView.h
Source/BSSourceView.m
Source/BSSourceViewTextView.m
Source/DebuggerWindowController.m