Update the version number to 2.0.1.
[macgdbp.git] / Source / BSSourceView.mm
2020-04-03 Robert SesekUse standard macOS colors for PHP syntax highlighting.
2019-12-15 Robert SesekShow the FileAccessController when reading a source...
2019-12-15 Robert SesekCentralize font selection via +[BSSourceView sourceFont].
2019-09-15 Robert SesekIn BSSourceView, override the NSFont attribute to use...
2019-09-15 Robert SesekIn BSSourceView, keep the NSAttributedString creation...
2019-09-13 Robert SesekConvert the entire project to ARC.
2019-09-13 Robert SesekRefactor syntax highlighting in BSSourceView.
2019-09-04 Robert SesekReplace non-breaking spaces with normal spaces in BSSou...
2019-09-04 Robert SesekRead the highlighted HTML source in as UTF-8.
2019-09-03 Robert SesekRemove unneeded -[BSSourceViewDelegate sourceView:accep...
2019-09-02 Robert SesekFix memory problems found by the analyzer.
2016-11-30 Robert SesekFix BSSourceView not re-drawing when the marked line...
2016-01-31 John CookFix an unspecified crash when the file reference is...
2011-03-02 Robert SesekFix a crash caused by an uninitialized variable (bug...
2011-02-26 Robert SesekMerge branch 'ruler-view'
2011-02-26 Robert SesekBring BSSourceView into new style conformance.
2011-02-26 Robert SesekAdd BSSourceViewTextView (again).
2011-01-16 Robert SesekCall |-setNeedsDisplay:| in the right places so that...
2011-01-16 Robert SesekBSLineNumberRulerView should take the BSSourceView...
2011-01-16 Robert SesekMove |-computeLineIndex| from BSSourceView to BSLineNum...
2011-01-16 Robert SesekAdd |-computeLineIndex| to map the first character...
2011-01-16 Robert SesekRemove the manual gutter.
2011-01-16 Robert SesekInitial work to get a source view using NSRulerView.