| OLD | NEW |
| 1 --- | 1 --- |
| 2 layout: default | 2 layout: default |
| 3 title: "Getting Started with Dart Editor" | 3 title: "Getting Started with Dart Editor" |
| 4 description: "Step-by-step instructions for installing Dart Editor and using it
to create and run Dart apps." | 4 description: "Step-by-step instructions for installing Dart Editor and using it
to create and run Dart apps." |
| 5 --- | 5 --- |
| 6 | 6 |
| 7 {% include platform-specific-text/_noscript.html %} | 7 {% include platform-specific-text/_noscript.html %} |
| 8 | 8 |
| 9 <h1> {{ page.title }} </h1> | 9 <h1> {{ page.title }} </h1> |
| 10 | 10 |
| 11 <section> | 11 <section> |
| 12 | 12 |
| 13 <p> | 13 <p> |
| 14 Follow this tutorial to install and use Dart Editor on | 14 Follow this tutorial to install and use Dart Editor on |
| 15 <span class="linux">Linux.</span> | 15 <span class="linux">Linux.</span> |
| 16 <span class="mac">Mac OS X.</span> | 16 <span class="mac">Mac OS X.</span> |
| 17 <span class="win">Windows.</span> | 17 <span class="win">Windows.</span> |
| 18 <br> | |
| 19 (These instructions are available for | |
| 20 <label> | |
| 21 <input type="radio" name="osChoices" id="win"> | |
| 22 Windows</input></label>, | |
| 23 <label> | |
| 24 <input type="radio" name="osChoices" id="linux" checked="true"> | |
| 25 Linux</input> | |
| 26 </label>, and | |
| 27 <label> | |
| 28 <input type="radio" name="osChoices" id="mac"> | |
| 29 Mac</input></label>.) | |
| 30 </p> | 18 </p> |
| 31 | 19 |
| 32 <p> | 20 <p> |
| 21 These instructions are available for |
| 22 <input type="radio" name="osChoices" id="win"> |
| 23 <label class="os-choice" for="win">Windows</label>, |
| 24 |
| 25 <input type="radio" name="osChoices" id="linux" checked="true"> |
| 26 <label class="os-choice" for="linux">Linux</label>, or |
| 27 |
| 28 <input type="radio" name="osChoices" id="mac"> |
| 29 <label class="os-choice" for="mac">Mac</label>. |
| 30 </p> |
| 31 |
| 32 <p> |
| 33 Dart Editor is a lightweight, open-source editor for Dart code. | 33 Dart Editor is a lightweight, open-source editor for Dart code. |
| 34 You can use it to edit and run Dart apps, | 34 You can use it to edit and run Dart apps, |
| 35 as well as to invoke the Dart-to-JavaScript compiler. | 35 as well as to invoke the Dart-to-JavaScript compiler. |
| 36 For more information about what Dart Editor can do, | 36 For more information about what Dart Editor can do, |
| 37 see the <a href="/docs/editor/">Dart Editor homepage</a>. | 37 see the <a href="/docs/editor/">Dart Editor homepage</a>. |
| 38 If you run into a problem, see | 38 If you run into a problem, see |
| 39 <a href="/docs/editor/troubleshoot.html">Troubleshooting Dart Editor</a>. | 39 <a href="/docs/editor/troubleshoot.html">Troubleshooting Dart Editor</a>. |
| 40 </p> | 40 </p> |
| 41 | 41 |
| 42 </section> | 42 </section> |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 </li> | 258 </li> |
| 259 | 259 |
| 260 <li> <p> | 260 <li> <p> |
| 261 Click the Run button | 261 Click the Run button |
| 262 <img src="/docs/editor/images/run.png" alt="Run" width="16" height="16" | 262 <img src="/docs/editor/images/run.png" alt="Run" width="16" height="16" |
| 263 style="vertical-align:top">. | 263 style="vertical-align:top">. |
| 264 Dart Editor launches Dartium, | 264 Dart Editor launches Dartium, |
| 265 which displays sunflower.html. | 265 which displays sunflower.html. |
| 266 </p> | 266 </p> |
| 267 | 267 |
| 268 <aside class="warning"> | 268 <aside> |
| 269 <b>Important:</b> | 269 <div class="alert"> |
| 270 Dartium is a technical preview, | 270 <strong>Warning:</strong> |
| 271 and it might have security and stability issues. | 271 Dartium is a technical preview, |
| 272 and it might have security and stability issues. |
| 272 | 273 |
| 273 <blockquote> | 274 <b>Do not use Dartium as your primary browser!</b> |
| 274 <b>Do not use Dartium as your primary browser!</b> | 275 </div> |
| 275 </blockquote> | |
| 276 </aside> | 276 </aside> |
| 277 </li> | 277 </li> |
| 278 | 278 |
| 279 <li> <p> | 279 <li> <p> |
| 280 Move the slider to display the sunflower. | 280 Move the slider to display the sunflower. |
| 281 For details about the Sunflower example, read the | 281 For details about the Sunflower example, read the |
| 282 <a href="/samples/sunflower/index.html">Sunflower Code Walkthrough</a>. | 282 <a href="/samples/sunflower/index.html">Sunflower Code Walkthrough</a>. |
| 283 </p> | 283 </p> |
| 284 | 284 |
| 285 <p> | 285 <p> |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 | 327 |
| 328 <p> | 328 <p> |
| 329 Or you can just <a href="http://code.google.com/p/dart/issues/entry?template=Def
ect%20report%20from%20user&labels=Area-Editor,Type-Defect,Priority-Medium">c
reate | 329 Or you can just <a href="http://code.google.com/p/dart/issues/entry?template=Def
ect%20report%20from%20user&labels=Area-Editor,Type-Defect,Priority-Medium">c
reate |
| 330 a new Dart Editor issue.</a> | 330 a new Dart Editor issue.</a> |
| 331 </p> | 331 </p> |
| 332 | 332 |
| 333 </section> | 333 </section> |
| 334 | 334 |
| 335 <script async src="/js/Switcher.dart.js"></script> | 335 <script async src="/js/Switcher.dart.js"></script> |
| 336 <script async src="/js/editor-downloads-analytics.js"></script> | 336 <script async src="/js/editor-downloads-analytics.js"></script> |
| OLD | NEW |