Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prevent running out of regexp stack | Kornelius Kalnbach | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | avoid empty tokens in Diff scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | don't allow \x00 in diff filenames | Kornelius Kalnbach | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | avoid empty tokens in Diff output, fix split_into_parts | Kornelius Kalnbach | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into multiline-inline-diff | Kornelius Kalnbach | 2011-12-27 | 1 | -3/+1 |
|\ | | | | | | | | | Conflicts: coderay.gemspec | ||||
| * | let autoloading to the work (fix test warnings) | Kornelius Kalnbach | 2011-12-27 | 1 | -3/+1 |
| | | |||||
* | | simplify multiline diff regexp | Kornelius Kalnbach | 2011-12-12 | 1 | -1/+1 |
| | | |||||
* | | inline diff highlighting for multi-line changes (#227) | Kornelius Kalnbach | 2011-11-02 | 1 | -29/+51 |
|/ | |||||
* | minor fix in diff scanner, .tmproj filetype: 1.0.3v1.0.3 | Kornelius Kalnbach | 2011-10-26 | 1 | -1/+1 |
| | |||||
* | diff scanner: highlight "\ No newline" as :comment | Kornelius Kalnbach | 2011-09-09 | 1 | -5/+2 |
| | |||||
* | fix issue with diffs inside of diffs | Kornelius Kalnbach | 2011-08-19 | 1 | -1/+3 |
| | |||||
* | #309 Improved highlighting of Ruby inside diffs | murphy | 2011-06-22 | 1 | -15/+17 |
| | |||||
* | Diff scanner now has its own, optimized inline-diff method; prevents regexp ↵ | murphy | 2011-03-01 | 1 | -4/+21 |
| | | | | exploits. | ||||
* | Issue #227: Inline Diff Highlighting and improved intelligent diff | murphy | 2010-06-01 | 1 | -8/+72 |
| | | | | | | | | | highlighting for multi-line tokens. These are one of the most complex features of CodeRay now, and quite unique, I think. Of course, all of this is highly experimental, and not ready for production use. | ||||
* | Fixed bug in diff scanner. | murphy | 2010-05-05 | 1 | -4/+4 |
| | |||||
* | Direct Streaming! See #142 and Changes.textile. | murphy | 2010-05-01 | 1 | -52/+44 |
| | |||||
* | Diff scanner highlights unknown lines as :comment instead of :head. | murphy | 2010-03-31 | 1 | -1/+1 |
| | |||||
* | Improved Diff scanner - yay! Finally! Still imperfect, but works (see #52). | murphy | 2010-03-30 | 1 | -13/+35 |
| | |||||
* | New: Plugin.title (closes #96) | murphy | 2009-06-09 | 1 | -0/+1 |
| | | | | | | | The title saves the real name for a language, like "C++"...something that can't be deduced from the class name. And a version fix in the README. | ||||
* | New: *Simple Diff Scanner* (closes #22). | murphy | 2008-09-30 | 1 | -0/+104 |
* Highlights unified diffs, especially like the ones svn diff outputs. * Changes to make highlighting of whole lines were necessary. * I added two example files. More changes: * Added token classes :head, :delete, :insert, and :change along with styles. * Added two new special token types: :begin_line and :end_line. They mark token groups that explicitly span whole lines and should be highlighted as such. * The HTML encoder converts these new tokens to DIVs. May need more work. * The Debug Encoder uses square brackets for line tokens. * Some cleanups. |