I wrote a quick diff parser forĀ CodeMirror.
CodeMirror is a real-time code editor for your browser. I know that diff isn’t a format edited by humans, but I found myself needing the diff syntax highlight where other code is shown.
More on that soon.
Hello LiraNuna`s how are you?
I Have one question, i need a diff parser for php or javascript, but the parser need parse the result of a Subversion result like in php exec(“diff file”, $result);
Your diffparser is based on Subversion Result?
Can I user your diffparser to parse a $result array?
I have a Online IDE project with Subversion integrated but my diff is ugly
More about the project in http://gurskiide.blogspot.com
Thanks and Best Regards
Subversion’s results are a unified diff. They should work just fine!
Your project looks promising, keep up the good work!
In case we decide to use your code for a project we’re working on, what’s the license for your code? Thanks!
Under the WTFPL.
Great man!