Highlighting of the currently debugged file will now get the source from Xdebug rathe...
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 22 Jan 2009 19:04:17 +0000 (14:04 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 22 Jan 2009 19:04:17 +0000 (14:04 -0500)
commit26551572f464c6130930209b98b7112d83756546
tree7216d71c45f192630a8b582ab9630d31af9962df
parente03c3b6985c7228e00bac94926ebebab95ae47d4
Highlighting of the currently debugged file will now get the source from Xdebug rather than reading local files

* Source/BSSourceView.m+h:
(setString:asFile:): New method that will highlight strings rather than files
(scrollToLine:): Change the sanity check to be based off of text in the textStorage, rather than if a file has been set
* Source/DebuggerController.m:
(updateSourceViewer): Use the new setString:asFile: instead of just setFile:
Source/BSSourceView.h
Source/BSSourceView.m
Source/DebuggerController.m