| Index: src/site/_includes/downloads/_pick_an_editor.markdown
|
| diff --git a/src/site/_includes/downloads/_pick_an_editor.markdown b/src/site/_includes/downloads/_pick_an_editor.markdown
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..462235e18d809312a772a3ff97ca05742859c06b
|
| --- /dev/null
|
| +++ b/src/site/_includes/downloads/_pick_an_editor.markdown
|
| @@ -0,0 +1,16 @@
|
| +You can choose from many editor solutions.
|
| +
|
| +{% include downloads/_other_editors.markdown %}
|
| +
|
| +### Dart Editor
|
| +
|
| +Dart Editor is a powerful tool for editing, debugging, and running Dart
|
| +applications.
|
| +
|
| +{% include downloads/_dart-editor.html buttonclass="btn-primary" %}
|
| +
|
| +To enable automatic updates of Dart Editor and Dart,
|
| +go to the Dart Editor **Preferences**, choose **Update**,
|
| +and select **Download updates automatically**.
|
| +For more information, see the documentation for
|
| +[Dart Editor](/tools/editor/).
|
|
|