When writing the temporary file to use for highlighting, use NSUTF8StringEncoding...
[macgdbp.git] / Source / BSSourceView.m
2009-02-15 Robert SesekWhen writing the temporary file to use for highlighting...
2009-01-22 Robert SesekHappy new year! Bump copyright.
2009-01-22 Robert SesekHighlighting of the currently debugged file will now...
2008-10-13 Robert SesekSaved breakpoints (or any breakpoint) that had a file...
2008-07-14 Robert SesekCheck and see if stderr has any data on it when syntax...
2008-07-14 Robert SesekCode formatting
2008-07-14 Robert SesekThe subviews of BSSourceView were over-retained
2008-07-14 Robert SesekMerge branch 'memory-fixes'
2008-07-14 Ciarán WalshA few miscellaneous memory management fixes
2008-07-14 Ciarán WalshA crash would occur in the event that -setFile: was...
2008-07-14 Ciarán WalshSending messages to nil is always safe (a no-op)
2008-06-23 Robert SesekMerge branch 'bug-125' 1.0.1
2008-06-22 Robert SesekMerge git://github.com/ciaran/macgdbp
2008-06-22 Ciarán WalshSyntax highlight source files using the PHP executable
2008-06-18 Robert SesekMerge branch 'master' into no-gc
2008-06-10 Robert SesekAuto-hide the scrollbars in BSSourceView
2008-06-09 Robert SesekFixed a warning in Source/BSSourceView.m:48 -- method...
2008-06-09 Robert SesekMerge branch 'master' into no-gc
2008-04-17 Robert SesekTurning off GC and adding back manual memory management
2008-04-02 Robert SesekMerge branch 'breakpoints'
2008-04-01 Robert SesekWe now properly handle the mouseDown event in the gutter
2008-03-13 Robert SesekMerge branch 'master' into breakpoints
2008-03-10 Robert SesekMaking progress on our -[mouseDown:] event handler...
2008-03-09 Robert SesekWe now highlight the break'd line
2008-03-09 Robert SesekAdding a method to scroll to a given line in the BSSour...
2008-03-09 Robert SesekAdd a bunch of new NSView classes (to form a meta-view...