| OLD | NEW |
| 1 --- | 1 --- |
| 2 layout: default | 2 layout: default |
| 3 title: "Dart Editor" | 3 title: "Dart Editor" |
| 4 description: "Get Dart Editor, a custom, powerful editor for Dart developers." | 4 description: "Get Dart Editor, a custom, powerful editor for Dart developers." |
| 5 has-permalinks: false | 5 has-permalinks: false |
| 6 js: | 6 js: |
| 7 - url: /js/os-switcher.js | 7 - url: /js/os-switcher.js |
| 8 defer: true | 8 defer: true |
| 9 - url: /js/editor-downloads-analytics.js | 9 - url: /js/editor-downloads-analytics.js |
| 10 defer: true | 10 defer: true |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 However, you might want to set environment variables, | 95 However, you might want to set environment variables, |
| 96 as described in the <a href="/tools/sdk/">SDK page</a>. | 96 as described in the <a href="/tools/sdk/">SDK page</a>. |
| 97 </p> | 97 </p> |
| 98 | 98 |
| 99 | 99 |
| 100 ## Using Dart Editor {#using} | 100 ## Using Dart Editor {#using} |
| 101 | 101 |
| 102 To get started with Dart Editor, | 102 To get started with Dart Editor, |
| 103 read these: | 103 read these: |
| 104 | 104 |
| 105 [Target 1: Get Started](http://www.dartlang.org/docs/tutorials/get-started/) (th
e first tutorial in _A Game of Darts_) | 105 [Get Started](http://www.dartlang.org/docs/tutorials/get-started/) (the first tu
torial in the _Dart Tutorials_) |
| 106 : Gently introduces you to Dart Editor, | 106 : Gently introduces you to Dart Editor, |
| 107 from downloading it to creating and running apps. | 107 from downloading it to creating and running apps. |
| 108 | 108 |
| 109 [Up and Running](/docs/dart-up-and-running/contents/ch01.html#ch01-editor) (a se
ction from Chapter 1 of _Dart Up and Running_) | 109 [Up and Running](/docs/dart-up-and-running/contents/ch01.html#ch01-editor) (a se
ction from Chapter 1 of _Dart Up and Running_) |
| 110 : Quickly leads you through downloading Dart Editor, | 110 : Quickly leads you through downloading Dart Editor, |
| 111 running a sample, | 111 running a sample, |
| 112 and creating an app. | 112 and creating an app. |
| 113 | 113 |
| 114 For details on _using_ Dart Editor, | 114 For details on _using_ Dart Editor, |
| 115 read this: | 115 read this: |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 <a href="https://code.google.com/p/dart/issues/list?can=2&q=label%3AArea-E
ditor">Dart Editor issue list</a>. | 247 <a href="https://code.google.com/p/dart/issues/list?can=2&q=label%3AArea-E
ditor">Dart Editor issue list</a>. |
| 248 </p> | 248 </p> |
| 249 | 249 |
| 250 | 250 |
| 251 ## Troubleshooting | 251 ## Troubleshooting |
| 252 | 252 |
| 253 [Troubleshooting Dart Editor](troubleshoot.html) | 253 [Troubleshooting Dart Editor](troubleshoot.html) |
| 254 gives solutions to problems you might encounter | 254 gives solutions to problems you might encounter |
| 255 when installing and launching Dart Editor. | 255 when installing and launching Dart Editor. |
| 256 | 256 |
| OLD | NEW |