Styling the NSTextView source viewer to be a fixed-width font and to have a horizonta...
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 4 Aug 2007 21:33:59 +0000 (14:33 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 4 Aug 2007 21:33:59 +0000 (14:33 -0700)
commit99bd9f2e84c551a62f8ad02cb2b061c56aa2d7f1
treef2d31a5e229cc0d076ec38722689a6972ba4e0fc
parent62359f9f2c253cbd3f7247b8bde87d17b9c3d247
Styling the NSTextView source viewer to be a fixed-width font and to have a horizontal scroll bar

* Enblish.lproj/Debugger.nib: Adding an outlet for the NSScrollView and setting some NSTextView options
* Source/DebuggerController.m:
([DebuggerWindowController awakeFromNib]): New method to set up the scrolling system for the source viewer
([DebuggerWindowController updateSourceViewer]): Set the string to "" if there is no selected file, and make the font Monaco
English.lproj/Debugger.nib/classes.nib
English.lproj/Debugger.nib/keyedobjects.nib
Source/DebuggerWindowController.h
Source/DebuggerWindowController.m