|
1 |
| -# Arduino Pro IDE |
2 |
| -The Arduino IDE for advanced users and developers. |
| 1 | +# Arduino Pro IDE |
| 2 | +The new Arduino Pro IDE bring features that address the needs of advanced users whilst retaining continuity with the simple "classic" Arduino IDE. |
| 3 | + |
| 4 | +*This repo is an a preview of the final product and has to be considered as an unstable *alpha* version.* |
3 | 5 |
|
4 | 6 | ## Idea
|
5 |
| -The new Arduino IDE is a completely new Development Environment for Arduino Programming based on more modern technologies. |
6 |
| -This repo is a preview of the final product and has to be considered as an unstable *alpha* version. |
| 7 | +The new Arduino Pro IDE is a completely new Development Environment for Arduino Programming based on more modern technologies. |
7 | 8 |
|
8 | 9 | ## Getting Started
|
9 | 10 |
|
10 | 11 | ### Download
|
11 |
| -You can find the last published version in the [Releases Section](https://github.com/arduino/arduino-pro-ide/releases) of this repo |
| 12 | + |
| 13 | +You can download this alpha preview for testing and feedback from the [Releases Section](https://github.com/arduino/arduino-pro-ide/releases) of this repo. *Note this is not a production release!* |
12 | 14 |
|
13 | 15 | ### Install a core to support your board
|
14 | 16 | The Arduino Pro IDE does not provide pre-installed cores, to have board support you have to install a core by using the menu
|
15 | 17 |
|
16 | 18 | Tools -> Board Manager...
|
17 | 19 |
|
18 |
| -Then search for your board and install the proper core. |
| 20 | +Then search for your board and install the appropriate core. |
19 | 21 |
|
20 | 22 | ## User Feedback and Issue Report
|
21 |
| -We need your help in improving the product, before releasing the source code we want to move out of the alpha and we need your help. |
22 |
| -Please test the Arduino Pro IDE and report us bugs or feature requests at: https://github.com/arduino/arduino-pro-ide/issues |
| 23 | +Before releasing the source code we want to move out of the alpha and we want your feedback to do this! Please test the Arduino Pro IDE and report bugs or feature requests at: https://github.com/arduino/arduino-pro-ide/issues |
23 | 24 |
|
24 | 25 | ## Technology
|
25 | 26 | The Arduino Pro IDE is based on the following technologies:
|
26 | 27 |
|
27 | 28 | * [Arduino CLI](https://github.com/arduino/arduino-cli)
|
28 |
| - Used in daemon mode is providing all the main Arduino features |
| 29 | + running in daemon mode provides all the main Arduino features |
29 | 30 | * [Eclipse Theia](https://github.com/eclipse-theia/theia)
|
30 | 31 | The frontend of the application is based on this [Open Source IDE](https://theia-ide.org/)
|
31 | 32 | * [Electron](https://github.com/electron/electron)
|
|
0 commit comments