Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
/ arduino-pro-ide Public archive
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino/arduino-pro-ide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.2-alpha.preview
Choose a base ref
...
head repository: arduino/arduino-pro-ide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 2 files changed
  • 10 contributors

Commits on Oct 31, 2019

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9856f57 View commit details

Commits on Jan 5, 2020

  1. Updated Readme

    Updated readme because some users don't realise the software is constantly update and available under "Releases"
    mbanzi authored Jan 5, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2aa942f View commit details

Commits on Jan 29, 2020

  1. Update Readme.md with latest release link (#189)

    * Update Readme.md with latest release link
    
    * Update README.md
    
    Co-Authored-By: Luca Cipriani <[email protected]>
    
    Co-authored-by: Luca Cipriani <[email protected]>
    Roberto Sora and mastrolinux authored Jan 29, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0bd45cd View commit details

Commits on Mar 11, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    66ddeec View commit details

Commits on May 5, 2020

  1. Merge pull request #124 from Jainan-Tandel/master

    Added some links and edited the README.md file
    kittaakos authored May 5, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bc8f1a6 View commit details

Commits on Aug 24, 2020

  1. Updare README.md with the Nightly build links (#305)

    Roberto Sora authored Aug 24, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5035ec4 View commit details

Commits on Aug 26, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    880c347 View commit details

Commits on Aug 27, 2020

  1. Remove outdated information re: using Arduino CLI from PATH

    Arduino Pro IDE 0.1.0 no longer uses Arduino CLI from the PATH.
    per1234 committed Aug 27, 2020
    Copy the full SHA
    d908963 View commit details

Commits on Sep 3, 2020

  1. Added the link to the nightly changelog.

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta authored and kittaakos committed Sep 3, 2020
    Copy the full SHA
    d217dda View commit details

Commits on Sep 13, 2020

  1. Copy the full SHA
    e439d2b View commit details
  2. Added a collon in bug_report.md

    LumitoLuma authored and per1234 committed Sep 13, 2020
    1
    Copy the full SHA
    9af7ce3 View commit details

Commits on Sep 24, 2020

  1. Copy the full SHA
    8c86fce View commit details

Commits on Mar 1, 2021

  1. Update README.md (#449)

    Roberto Sora authored Mar 1, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bc05aa9 View commit details
Showing with 2 additions and 46 deletions.
  1. +1 −1 .github/ISSUE_TEMPLATE/bug_report.md
  2. +1 −45 README.md
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Version [e.g. 22]
- Version: [e.g. 22]


**Additional context**
46 changes: 1 addition & 45 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1 @@
# Arduino Pro IDE
The Arduino Pro IDE bring features that address the needs of advanced users whilst retaining continuity with the simple "classic" Arduino IDE.

*This repo is an a preview of the final product and has to be considered as an unstable *alpha* version.*

## Idea
The Arduino Pro IDE is a completely new Development Environment for Arduino Programming based on more modern technologies.

## Getting Started

### Download

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!*

### Arduino CLI

The Arduino Pro IDE uses the `arduino-cli` binary found in the system's PATH or its own embedded one if the `arduino-cli` is not found.
So please be sure you have the latest version of the CLI as described in the [How to Install the Arduino CLI](https://github.com/arduino/arduino-cli#how-to-install) doc,
or remove your `arduino-cli` from the system PATH

You can check your `arduino-cli` version with

```
$ arduino-cli version
```

### Install a core to support your board
The Arduino Pro IDE does not provide pre-installed cores, to have board support you have to install a core by using the menu

Tools -> Board Manager...

## User Feedback and Issue Report
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

## Technology
The Arduino Pro IDE is based on the following technologies:

* [Arduino CLI](https://github.com/arduino/arduino-cli)
running in daemon mode provides all the main Arduino features
* [Eclipse Theia](https://github.com/eclipse-theia/theia)
The frontend of the application is based on this [Open Source IDE](https://theia-ide.org/)
* [Electron](https://github.com/electron/electron)
The framework behind [Eclipse Theia](https://theia-ide.org/), allows to use web technologies on desktop environments

If you want to know more about the people involved please look at the [Contribution list](CONTRIBUTIONS.md)
This repository was used to collect feedback about the alpha releases of the Arduino Pro IDE. As of March 1st, 2021 the Pro IDE became open source under the name of Arduino IDE 2.0. Its development is hosted in a new repository located at https://github.com/arduino/arduino-ide