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

Unified Diff: experimental/webtry/DESIGN.md

Issue 261693003: Use CodeMirror for WebTry snippets. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: design.md notes Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | experimental/webtry/css/webtry.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/DESIGN.md
diff --git a/experimental/webtry/DESIGN.md b/experimental/webtry/DESIGN.md
index 7b85089417ebb1c8ab77ff89e1eb605df0a8974a..669be272cb0f1457d19ead8e46ebfa5ba9cd0a85 100644
--- a/experimental/webtry/DESIGN.md
+++ b/experimental/webtry/DESIGN.md
@@ -211,6 +211,21 @@ workspace table keeps the unique list of all workspaces. The workspacetry table
keeps track of all the tries that have occured in a workspace. Right now the
hidden column of workspacetry is not used, it's for future functionality.
+Code Editor
+-----------
+[CodeMirror](http://codemirror.net/) is used for rich code editing. The
+following files are included from the official CodeMirror distribution and can
+be updated in place (no local customizations):
+
+ * codemirror.js - base CM implementation
+ * codemirror.css - base CM stylesheet
+ * clike.js - C-like syntax highlighting support
+ * ambiance.css - Ambiance CM theme
+
+Alternatively, we may consider pulling CM as an external dependency at some
+point.
+
+
Installation
------------
See the README file.
« no previous file with comments | « no previous file | experimental/webtry/css/webtry.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698