ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Arduino-like IDE

by Robot-Will ALL

A Sublime Text Plugin for Arduino

Details

  • 2017.04.14.11.20.09
  • github.​com
  • github.​com
  • 7 years ago
  • 2 hours ago
  • 11 years ago

Installs

  • Total 95K
  • Win 55K
  • Mac 22K
  • Linux 18K
Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10
Windows 3 2 1 2 0 4 2 4 5 1 0 5 3 1 2 6 6 1 4 3 1 0 3 0 1 3 1 3 1 1 2 2 1 0 0 1 1 3 0 3 0 1 2 1 5 5
Mac 0 0 0 0 0 2 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 3 2 0 0 2 0 0 0 2 0 0 0 0 1 1 0 2 0
Linux 0 0 0 0 1 0 0 0 0 2 1 0 2 0 1 1 0 3 2 0 2 6 0 1 1 5 0 0 0 0 0 1 3 2 0 4 0 1 0 1 1 1 7 0 1 2

Readme

Source
raw.​githubusercontent.​com

Stino2017

Stino is a Sublime Text plugin that provides an Arduino-like environment for editing, compiling and uploading sketches. The plugin was written by @Robot-Will in 2012-2017. If you have any ideas or suggestions, please leave messages at Issues. Thanks.

Current State

Stino2017 is a totally new software and it is under development, please be patient. Thanks a lot!

Currently it works for Arduino Avr Boards and still a lot of work is left to do to complete and test this plugin. I am working on Windows 10 x64 currently, however on other platforms you may encounter errors. You can press ctrl+ to open the SublimeText console and find the error messages. The error messages will help to improve this plugin.

Requirements

Sublime Text 3.0 (developing under Build 3126)

Screenshot

Installation

  1. Download the .zip file from github

  2. Open SublimeText Packages Folder

  3. Unzip the .zip file and copy the unzipped folder to the SublimeText Packages Folder

Installation

How to use

1. Add Package and Library Index files

This software does not need the Arduino IDE and it will download everything from the internet. By default it has Arduino Package Index File and Arduino Library Index File, and you can add your index files into the list. This software will check new index files every 30 minutes by default. Some package index files' link can be found in the Unofficial list of 3rd party boards support urls page.

Add Indexes

2. Set the folders

This software uses 3 folders: Arduino App Folder, Sketchbook Folder and Arduino IDE folder.

Arduino App Folder is the folder where the packages folder (cores and toolchains), build folder, download folder (staging) and setting files are. By default it is ~/Arduino15 (set to {$default}).

Sketchbook Folder is folder where sketches, examples and libraries are. By default it is [Documents Folder]/Arduino (set to {$default}). You can put examples and libraries into the 'examples' and 'libraries' folders respectively.

If you want integrate SublimeText for portable use, you can set the above two folders to {$sublime}, and it will use the [Sublime Packages]/User/Stino folder.

Arduino IDE folder is where is the Arduino IDE is. This software supports the Arduino IDE, but it does not need it. You do not need to provide this folder and can leave this option blank.

Folders

Then you can install packages and libraries from the internet and speed up your work by choosing your platform, version and board.

Select Board

License

Copyright © 2012-2017 Sen .

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.