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

Issue 11673007: Improve our html editor; add syntax highlighting for script tags; hyperlink detection and navigatio… (Closed)

Created:
7 years, 12 months ago by devoncarew
Modified:
7 years, 11 months ago
Reviewers:
scheglov
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Improve our html editor; add syntax highlighting for script tags; hyperlink detection and navigation. Committed: https://code.google.com/p/dart/source/detail?r=16591

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+767 lines, -125 lines) Patch
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/html/HtmlBuildParticipant.java View 1 1 chunk +6 lines, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/html/HtmlKeywords.java View 1 2 chunks +13 lines, -4 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/html/HtmlParser.java View 1 2 chunks +1 line, -8 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/html/XmlNode.java View 1 2 chunks +20 lines, -2 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/html/XmlParser.java View 1 3 chunks +20 lines, -6 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui.web/src/com/google/dart/tools/ui/web/html/HtmlAutoIndentStrategy.java View 1 3 chunks +43 lines, -6 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui.web/src/com/google/dart/tools/ui/web/html/HtmlContentAssistProcessor.java View 1 3 chunks +140 lines, -22 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.ui.web/src/com/google/dart/tools/ui/web/html/HtmlCustomPartitionScanner.java View 1 chunk +234 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.ui.web/src/com/google/dart/tools/ui/web/html/HtmlDartScanner.java View 1 2 1 chunk +63 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui.web/src/com/google/dart/tools/ui/web/html/HtmlDocumentProvider.java View 1 2 1 chunk +8 lines, -3 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui.web/src/com/google/dart/tools/ui/web/html/HtmlEditor.java View 1 2 chunks +2 lines, -9 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.ui.web/src/com/google/dart/tools/ui/web/html/HtmlHyperlinkDetector.java View 1 chunk +119 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui.web/src/com/google/dart/tools/ui/web/html/HtmlPartitionScanner.java View 1 1 chunk +10 lines, -12 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui.web/src/com/google/dart/tools/ui/web/html/HtmlSourceViewerConfiguration.java View 1 8 chunks +39 lines, -27 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui.web/src/com/google/dart/tools/ui/web/html/HtmlTagScanner.java View 1 3 chunks +10 lines, -8 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/dart/DartCodeScanner.java View 1 7 chunks +39 lines, -17 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
devoncarew
7 years, 11 months ago (2013-01-02 21:32:36 UTC) #1
scheglov
7 years, 11 months ago (2013-01-02 22:08:51 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698