OLD | NEW |
1 --- | 1 --- |
2 layout: default | 2 layout: default |
3 title: "Dart Editor" | 3 title: "Dart Editor" |
4 description: "Read all about Dart Editor's features." | 4 description: "Read all about Dart Editor's features." |
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 |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 | 175 |
176 <p> | 176 <p> |
177 If you don't see the Welcome page, | 177 If you don't see the Welcome page, |
178 you probably closed it. | 178 you probably closed it. |
179 Get it back with <b>Tools > Welcome Page</b>. | 179 Get it back with <b>Tools > Welcome Page</b>. |
180 </p> | 180 </p> |
181 | 181 |
182 <p> | 182 <p> |
183 Another way to open a sample is by opening it | 183 Another way to open a sample is by opening it |
184 through the <b>File</b> menu. | 184 through the <b>File</b> menu. |
185 Choose <b>File > Open...</b>, then | 185 Choose <b>File > Open Folder...</b>, then |
186 navigate to your Dart installation directory. | 186 navigate to your Dart installation directory. |
187 Go to <b>samples</b>, | 187 Go to <b>samples</b>, |
188 and then open your sample's directory | 188 and then open your sample's directory |
189 (for example, <b>sunflower</b>). | 189 (for example, <b>sunflower</b>). |
190 </p> | 190 </p> |
191 | 191 |
192 </section> | 192 </section> |
193 | 193 |
194 | 194 |
195 <section id="app"> | 195 <section id="app"> |
(...skipping 15 matching lines...) Expand all Loading... |
211 <section id="app-open"> | 211 <section id="app-open"> |
212 <h3>Adding apps</h3> | 212 <h3>Adding apps</h3> |
213 | 213 |
214 <p> | 214 <p> |
215 Here's how to open an app, which makes it appear in your Files view: | 215 Here's how to open an app, which makes it appear in your Files view: |
216 </p> | 216 </p> |
217 | 217 |
218 <ol> | 218 <ol> |
219 <li> <p> | 219 <li> <p> |
220 Go to the <b>File</b> menu, | 220 Go to the <b>File</b> menu, |
221 and choose <b>Open...</b>. | 221 and choose <b>Open Folder...</b>. |
222 Or use the keyboard shortcut | 222 Or use the keyboard shortcut |
223 (<b>Ctl+O</b> or, on Mac, <b>Cmd+O</b>). | 223 (<b>Ctl+O</b> or, on Mac, <b>Cmd+O</b>). |
224 </p> | 224 </p> |
225 </li> | 225 </li> |
226 <li> <p> | 226 <li> <p> |
227 Select the directory that contains the app's files, | 227 Select the directory that contains the app's files, |
228 and click <b>Open</b>. | 228 and click <b>Open</b>. |
229 </p> | 229 </p> |
230 </li> | 230 </li> |
231 </ol> | 231 </ol> |
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
904 <img src="images/key-assist.png" | 904 <img src="images/key-assist.png" |
905 alt="screenshot of help for keyboard alternatives" | 905 alt="screenshot of help for keyboard alternatives" |
906 width="231" height="235"> | 906 width="231" height="235"> |
907 </p> | 907 </p> |
908 | 908 |
909 </section> | 909 </section> |
910 </section> | 910 </section> |
911 | 911 |
912 <script async src="/js/Switcher.dart.js"></script> | 912 <script async src="/js/Switcher.dart.js"></script> |
913 <script async src="/js/editor-downloads-analytics.js"></script> | 913 <script async src="/js/editor-downloads-analytics.js"></script> |
OLD | NEW |