Issue 227: language specific syntax highlighting
Status:  Released
Owner:
Closed:  Oct 2012
Reported by code-rev...@gtempaccount.com, Sep 24, 2009
Reported by Shawn Pearce <sop@google.com> on Thu Jun 18 08:20:41 PDT 2009
Source: JIRA GERRIT-228
Affected Version: 2.0.14.1

Implement language specific syntax highlighting in side-by-side viewer for
languages most commonly used with Gerrit Code Review by Android:

  - Java
  - XML
  - C
Sep 24, 2009
#1 code-rev...@gtempaccount.com
Comment by Shawn Pearce <sop@google.com> on Fri Jul 03 12:14:37 PDT 2009

https://code.google.com/p/google-code-prettify/ would be very useful here.  It
is a JavaScript package that does the pretty work in the client, assuming the
next was embedded into a proper <pre> tag.  This may be slightly hard to
integrate with our current rendering code, as we don't use <pre> tags to do
the layout.  Worse, if we start doing GERRIT-169 (highlight changed characters
in a line) then the two may start to run into difficulty processing the
other's prettified HTML tags.
Sep 24, 2009
#2 code-rev...@gtempaccount.com
Comment by Shawn Pearce <sop@google.com> on Sat Jul 18 17:26:48 PDT 2009

Fixed by https://review.source.android.com/10718
Sep 24, 2009
#3 code-rev...@gtempaccount.com
Update by Shawn Pearce <sop@google.com> on Sat Jul 18 17:26:48 PDT 2009

Fixed in version 2.0.17.
Status: Fixed
Sep 25, 2009
#4 code-rev...@gtempaccount.com
(No comment was entered for this change.)
Labels: FixedIn-2.0.17
Oct 25, 2012
#5 sop@google.com
(No comment was entered for this change.)
Status: Released