Check and see if stderr has any data on it when syntax highlighting. If so, only...
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 14 Jul 2008 19:13:34 +0000 (15:13 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 14 Jul 2008 19:13:56 +0000 (15:13 -0400)
commit9b47c2b172600b1e23eb9958981082bdb874ffca
treece1d4386474d358297bbb330f744aac0da67c62f
parent0d64492cf0efca64ba8c0a2ebede2543ca8fe47a
Check and see if stderr has any data on it when syntax highlighting. If so, only show plain text.

* Source/BSSourceView.m:
(initWithFrame): Register to be an observer of the file handle reader notification
(setFile:): Add another pipe for stderr, and read in background from it
(errorHighlightingFile:): New method to handle the notification
Source/BSSourceView.m