Adding a method to scroll to a given line in the BSSourceView
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 9 Mar 2008 17:13:14 +0000 (13:13 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 9 Mar 2008 17:13:14 +0000 (13:13 -0400)
commit16b8956e8e903b180f5d1afc956b87882ee851df
tree6ebcd1a25e942d8204bc0c552aa259a8ce390b45
parent9d3676551283e5d6ca4808f2b7df561cd19e0f0e
Adding a method to scroll to a given line in the BSSourceView

* Source/BSSourceView.m:
([BSSourceView scrollToLine:]): New method that scrolls to a specific line in the NSTextView
* Source/BSSourceView.h: ditto
* Source/DebuggerWindowController.m:
([DebuggerWindowController updateSourceViewer]): Removing the scrolling logic that used to be here
Source/BSSourceView.h
Source/BSSourceView.m
Source/DebuggerWindowController.m