|
1 | | -Welcome to Brackets! [](https://travis-ci.org/adobe/brackets) |
2 | | -------------------- |
| 1 | +Arduino Studio |
| 2 | +============== |
3 | 3 |
|
4 | | -Brackets is a modern open-source code editor for HTML, CSS |
5 | | -and JavaScript that's *built* in HTML, CSS and JavaScript. |
| 4 | +* Arduino is an open-source tool used for building electronics projects. Arduino consists of a physical programmable circuit board (often referred to as a micro-controller) and a development environment that allow you to run, write and upload computer code to the board. |
6 | 5 |
|
7 | | -What makes Brackets different from other web code editors? |
| 6 | +* Arduino Studio is a new open source development environment for the Arduino Programming Language. Instead of a monolithic architecture and a centralized development model, Arduino Studio take advantage of Adobe Brackets Editor's pluggable system. We are working hard to allow users to exploit Arduino Studio as stand-alone, web/cloud-based and on-board embedded editor. Just one editor for all the environments. |
| 7 | +Arduino Studio is now available as an alpha release, in-bundle distribution for Linux, Mac OS X and Windows or as a easy-to-install Brackets Extension. |
8 | 8 |
|
9 | | -* **Tools shouldn't get in your way.** Instead of cluttering up your coding |
10 | | -environment with lots of panels and icons, the Quick Edit UI in Brackets puts |
11 | | -context-specific code and tools inline. |
12 | | -* **Brackets is in sync with your browser.** With Live Preview, Brackets |
13 | | -works directly with your browser to push code edits instantly and jump |
14 | | -back and forth between your real source code and the browser view. |
15 | | -* **Do it yourself.** Because Brackets is open source, and built with HTML, CSS |
16 | | -and JavaScript, you can [help build](https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md) the best code editor for the web. |
| 9 | +* For more information, please consult the website at: http://www.arduino.org/ |
17 | 10 |
|
18 | | -Brackets may have reached version 1, but we're not stopping there. We have many feature ideas on our |
19 | | -[trello board](http://bit.ly/BracketsTrelloBoard) that we're anxious to add and other |
20 | | -innovative web development workflows that we're planning to build into Brackets. |
21 | | -So take Brackets out for a spin and let us know how we can make it your favorite editor. |
| 11 | +* To report a *bug* in the software or to request *a simple enhancement*, please go to: |
| 12 | +http://github.com/arduino-org/Arduino/issues |
22 | 13 |
|
23 | | -You can see some |
24 | | -[screenshots of Brackets](https://github.com/adobe/brackets/wiki/Brackets-Screenshots) |
25 | | -on the wiki, [intro videos](http://www.youtube.com/user/CodeBrackets) on YouTube, and news on the [Brackets blog](http://blog.brackets.io/). |
| 14 | +If you're interested in modifying or extending the [Arduino.org](http://arduino.org) software, we would be very happy if you did it! If you want to integrate your work into the official release please create a pull request at : https://github.com/arduino-org/Arduino/compare/ |
26 | 15 |
|
27 | | -How to install and run Brackets |
28 | | -------------------------------- |
29 | | -#### Download |
| 16 | +If you're interested in collaborating please contact us! |
30 | 17 |
|
31 | | -Installers for the latest stable build for Mac, Windows and Linux (Debian/Ubuntu) can be [downloaded here](http://brackets.io/). |
| 18 | +Installation |
| 19 | +------------ |
| 20 | +Ready-to-run software and instructions are available on : http://www.arduino.org/downloads |
32 | 21 |
|
33 | | -The Linux version has most of the features of the Mac and Windows versions, but |
34 | | -is still missing a few things. See the [Linux wiki page](https://github.com/adobe/brackets/wiki/Linux-Version) |
35 | | -for a list of known issues and to find out how you can help. |
| 22 | +[Arduino.org ](http://arduino.org) IDE is at this time developed, maintained and supported by the Arduino.org team: [[email protected]](mailto:[email protected]) |
36 | 23 |
|
37 | | -#### Usage |
| 24 | +Credits |
| 25 | +-------- |
| 26 | +[Arduino.org](http://arduino.org) is an open source project, developed by many and based on: |
38 | 27 |
|
39 | | -By default, Brackets opens a folder containing some simple "Getting Started" content. |
40 | | -You can choose a different folder to edit using *File > Open Folder*. |
| 28 | +* The Arduino.cc IDE: http://www.arduino.cc/ |
| 29 | +* The Wiring project: http://www.wiring.org.co/ |
| 30 | +* The Processing project: http://processing.org |
41 | 31 |
|
42 | | -Most of Brackets should be pretty self-explanatory, but for information on how |
43 | | -to use its unique features, like Quick Edit and Live Preview, please read |
44 | | -[How to Use Brackets](http://github.com/adobe/brackets/wiki/How-to-Use-Brackets). |
45 | | -Also, see the [release notes](http://github.com/adobe/brackets/wiki/Release-Notes) |
46 | | -for a list of new features and known issues in each build. |
| 32 | +A special thanks to Daniela Antonietti, Hernando Barragán, David Cuartielles, Ben Fry, Tom Igoe, Gianluca Martino, David A. Mellis, Massimo Banzi and Casey Reas for their works and inspirations. |
47 | 33 |
|
48 | | -In addition to the core features built into Brackets, there is a large and growing |
49 | | -community of developers building extensions that add all sorts of useful functionality. |
50 | | -See the [Brackets Extension Registry](https://brackets-registry.aboutweb.com/) |
51 | | -for a list of available extensions. For installation instructions, |
52 | | -see the [extensions wiki page](https://github.com/adobe/brackets/wiki/Brackets-Extensions). |
| 34 | +Arduino uses the [GNU avr-gcc toolchain](http://gcc.gnu.org/wiki/avr-gcc), [avrdude](http://www.nongnu.org/avrdude/), [avr-libc](http://www.nongnu.org/avr-libc/), and code from |
| 35 | +[Processing](http://www.processing.org) and [Wiring](http://wiring.org.co). |
53 | 36 |
|
54 | | -#### Need help? |
55 | | - |
56 | | -Having problems starting Brackets the first time, or not sure how to use Brackets? Please |
57 | | -review [Troubleshooting](https://github.com/adobe/brackets/wiki/Troubleshooting), which helps |
58 | | -you to fix common problems and find extra help if needed. |
59 | | - |
60 | | - |
61 | | -Helping Brackets |
62 | | ----------------- |
63 | | - |
64 | | -#### I found a bug! |
65 | | - |
66 | | -If you found a repeatable bug, and [troubleshooting](https://github.com/adobe/brackets/wiki/Troubleshooting) |
67 | | -tips didn't help, then be sure to [search existing issues](https://github.com/adobe/brackets/issues) first. |
68 | | -Include steps to consistently reproduce the problem, actual vs. expected results, screenshots, and your OS and |
69 | | -Brackets version number. Disable all extensions to verify the issue is a core Brackets bug. |
70 | | -[Read more guidelines for filing good bugs.](https://github.com/adobe/brackets/wiki/How-to-Report-an-Issue) |
71 | | - |
72 | | - |
73 | | -#### I have a new suggestion, but don't know how to program! |
74 | | - |
75 | | -For feature requests please first check our [Trello board](http://bit.ly/BracketsBacklog) to |
76 | | -see if it's already there; you can upvote it if so. If not, feel free to file it as an issue as above; we'll |
77 | | -move it to the feature backlog for you. |
78 | | - |
79 | | - |
80 | | -#### I want to help with the code! |
81 | | - |
82 | | -Awesome! _There are lots of ways you can help._ First read |
83 | | -[CONTRIBUTING.md](https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md), |
84 | | -then learn how to [pull the repo and hack on Brackets](https://github.com/adobe/brackets/wiki/How-to-Hack-on-Brackets). |
85 | | - |
86 | | -The text editor inside Brackets is based on |
87 | | -[CodeMirror](http://github.com/codemirror/CodeMirror)—thanks to Marijn for |
88 | | -taking our pull requests, implementing feature requests and fixing bugs! See |
89 | | -[Notes on CodeMirror](https://github.com/adobe/brackets/wiki/Notes-on-CodeMirror) |
90 | | -for info on how we're using CodeMirror. |
91 | | - |
92 | | -Although Brackets is built in HTML/CSS/JS, it currently runs as a desktop |
93 | | -application in a thin native shell, so that it can access your local files. |
94 | | -(If you just try to open the index.html file in a browser, it won't work yet.) |
95 | | -The native shell for Brackets lives in a separate repo, |
96 | | -[adobe/brackets-shell](https://github.com/adobe/brackets-shell/). |
97 | | - |
98 | | - |
99 | | -I want to keep track of how Brackets is doing! |
100 | | ----------------------------------------------- |
101 | | - |
102 | | -Not sure you needed the exclamation point there, but we like your enthusiasm. |
103 | | - |
104 | | -#### What's Brackets working on next? |
105 | | - |
106 | | -* In our [feature backlog](http://bit.ly/BracketsBacklog), the columns to the right |
107 | | - (starting from "Development") list the features that we're currently working on. |
108 | | - "Ready" shows what we'll be working on next. |
109 | | -* Watch our [GitHub activity stream](https://github.com/adobe/brackets/pulse). |
110 | | -* Watch our [Waffle Kanban board](https://waffle.io/adobe/brackets): Work items in [](http://waffle.io/adobe/brackets) are next. The entire development process is outlined in the [Developer Guide](https://github.com/adobe/brackets/wiki/Brackets-Developers-Guide). |
111 | | - |
112 | | -#### Contact info |
113 | | - |
114 | | -* **Twitter:** [@brackets](https://twitter.com/brackets) |
115 | | -* **Blog:** http://blog.brackets.io/ |
116 | | -* **IRC:** [#brackets on freenode](http://webchat.freenode.net/?channels=brackets) |
117 | | -* **Developers mailing list:** http://groups.google.com/group/brackets-dev |
| 37 | +Icon and about image designed by [ToDo](http://www.todo.to.it/) |
0 commit comments