Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Issue 8974006: Modify the dartdoc code rendering. Syntax highlightning (Closed)

Created:
9 years ago by michael.haubenwallner
Modified:
7 years, 4 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Modify the dartdoc code rendering. Syntax highlightning is now performed on the client side.

Patch Set 1 #

Total comments: 10

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -5 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M dart/utils/dartdoc/dartdoc.dart View 1 3 chunks +11 lines, -4 lines 0 comments Download
M dart/utils/dartdoc/interact.dart View 1 2 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
michael.haubenwallner
9 years ago (2011-12-19 07:08:13 UTC) #1
michael.haubenwallner
9 years ago (2011-12-19 07:16:57 UTC) #2
Bob Nystrom
Just a couple of minor points. One thing that worries me a bit is that ...
9 years ago (2011-12-19 23:17:34 UTC) #3
michael.haubenwallner
http://codereview.chromium.org/8974006/diff/1/dart/utils/dartdoc/dartdoc.dart File dart/utils/dartdoc/dartdoc.dart (right): http://codereview.chromium.org/8974006/diff/1/dart/utils/dartdoc/dartdoc.dart#newcode573 dart/utils/dartdoc/dartdoc.dart:573: writeln(md.escapeHtml('${unindentCode(span)}')); On 2011/12/19 23:17:34, Bob Nystrom wrote: > You ...
9 years ago (2011-12-20 08:54:54 UTC) #4
Bob Nystrom
http://codereview.chromium.org/8974006/diff/1/dart/utils/dartdoc/dartdoc.dart File dart/utils/dartdoc/dartdoc.dart (right): http://codereview.chromium.org/8974006/diff/1/dart/utils/dartdoc/dartdoc.dart#newcode573 dart/utils/dartdoc/dartdoc.dart:573: writeln(md.escapeHtml('${unindentCode(span)}')); On 2011/12/20 08:54:54, michael.haubenwallner wrote: > On 2011/12/19 ...
9 years ago (2011-12-20 18:46:36 UTC) #5
Bob Nystrom
On 2011/12/20 18:46:36, Bob Nystrom wrote: > http://codereview.chromium.org/8974006/diff/1/dart/utils/dartdoc/dartdoc.dart > File dart/utils/dartdoc/dartdoc.dart (right): > > http://codereview.chromium.org/8974006/diff/1/dart/utils/dartdoc/dartdoc.dart#newcode573 ...
9 years ago (2011-12-20 18:47:51 UTC) #6
michael.haubenwallner
Uploaded the new changes. Sorry, its been my mistake - thought 'escape' when i read ...
9 years ago (2011-12-20 19:14:15 UTC) #7
Bob Nystrom
9 years ago (2011-12-20 19:50:33 UTC) #8
On 2011/12/20 19:14:15, michael.haubenwallner wrote:
> Uploaded the new changes.
> 
> Sorry, its been my mistake - thought 'escape' when i read 'interpolate'.

LGTM. Committed:

https://code.google.com/p/dart/source/detail?r=2657
https://code.google.com/p/dart/source/detail?r=2658

Welcome to Dart! :)

Powered by Google App Engine
This is Rietveld 408576698