Initial work to get a source view using NSRulerView.
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 11 Jan 2011 23:11:37 +0000 (18:11 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 16 Jan 2011 04:45:03 +0000 (23:45 -0500)
commitad0926d2c5749c8a6eb2a291d606da98415dcd2f
tree16deac14b6239ac1ecc0abaacbaa9842777c5d84
parent03676b94c1cba82f555f33c8aba7b0390611dfa3
Initial work to get a source view using NSRulerView.

Redefine the BSSourceView interface to have a markers property, so that clients
don't dig in for the numberView to set them.

Remove the BSSourceViewTextView as that custom view is no longer needed.
12 files changed:
MacGDBp.xcodeproj/project.pbxproj
Source/BSLineNumberRulerView.h [moved from Source/BSSourceViewTextView.h with 81% similarity]
Source/BSLineNumberRulerView.m [new file with mode: 0644]
Source/BSLineNumberView.mm [moved from Source/BSLineNumberView.m with 100% similarity]
Source/BSSourceView.h
Source/BSSourceView.mm [moved from Source/BSSourceView.m with 72% similarity]
Source/BSSourceViewTextView.m [deleted file]
Source/BreakpointController.h
Source/BreakpointController.m
Source/BreakpointManager.m
Source/DebuggerController.h
Source/DebuggerController.m