| OLD | NEW |
| 1 Design | 1 Design |
| 2 ====== | 2 ====== |
| 3 | 3 |
| 4 | 4 |
| 5 Overview | 5 Overview |
| 6 -------- | 6 -------- |
| 7 Allows trying out Skia code in the browser. | 7 Allows trying out Skia code in the browser. |
| 8 | 8 |
| 9 | 9 |
| 10 Security | 10 Security |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 | 213 |
| 214 Code Editor | 214 Code Editor |
| 215 ----------- | 215 ----------- |
| 216 [CodeMirror](http://codemirror.net/) is used for rich code editing. The | 216 [CodeMirror](http://codemirror.net/) is used for rich code editing. The |
| 217 following files are included from the official CodeMirror distribution and can | 217 following files are included from the official CodeMirror distribution and can |
| 218 be updated in place (no local customizations): | 218 be updated in place (no local customizations): |
| 219 | 219 |
| 220 * codemirror.js - base CM implementation | 220 * codemirror.js - base CM implementation |
| 221 * codemirror.css - base CM stylesheet | 221 * codemirror.css - base CM stylesheet |
| 222 * clike.js - C-like syntax highlighting support | 222 * clike.js - C-like syntax highlighting support |
| 223 * ambiance.css - Ambiance CM theme | |
| 224 | 223 |
| 225 Alternatively, we may consider pulling CM as an external dependency at some | 224 Alternatively, we may consider pulling CM as an external dependency at some |
| 226 point. | 225 point. |
| 227 | 226 |
| 228 | |
| 229 Installation | 227 Installation |
| 230 ------------ | 228 ------------ |
| 231 See the README file. | 229 See the README file. |
| 232 | 230 |
| 233 | 231 |
| OLD | NEW |