Skip to content

Jensen2k/Stino

 
 

Repository files navigation

#Stino #####A Sublime Text 2 Plugin for Arduino version 1.1

Copyright (c) 2012 Robot-Will(robot.will.me (at) gmail.com).

To all users

I am still working on this plugin, and if you meet some problems or have suggestions, leave messages to me. Link: https://github.com/Robot-Will/Stino/issues

Website

GitHub Page (http://robot-will.github.com/Stino/)

GitHub (https://github.com/Robot-Will/Stino)

##License information 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.

##What is Stino anyway? Stino is a Sublime Text 2 Plugin for Arduino. With this plugin, you can use Sublime Text 2 as IDE for developing Arduino projects. This Plugin provides most functionalities of Arduino IDE by an "Arduino" menu; and since Sublime Text 2 is a powerful editor, you will get better experience during the development. The main features are listed below:

  1. Editing, Compilation and Uploading as Arduino IDE.
  2. Multiple Selections.
  3. Hilighting Arduino keywords.
  4. Auto-completing Arduino keywors.
  5. Supporting Arduino version 0020-0023, 1.0-1.0.3, 1.5.0-1.5.1r2, Teensy(1.0-3.0).
  6. Multi-languages supported.
  7. Cross platform (Win/Linux/OSX).
  8. Supports multiple pde/ino/c++/c files per sketch.
  9. Compiles projects that contains multiple pde/ino/c++/c sources in the correct order.
  10. Fast compilation.
  11. Supports additional non-arduino cores.
  12. Reports SRAM size after compilation.

##Installation

  1. Dowload the plugin form the website.
  2. Extract the Stino folder and put it into Sublime Text 2 packages directory . You can access the packages directory from the Sublime Text 2 menu ( Preferences | Browse Packages... )

##How to use this plugin?

  1. The Arduino Menu can be activated automatically or manually. If the file ypu are editting with a extention name of '.ino', the menu will appear. Or use Preferences | Show Arduino Menu... to show the menu.
  2. Selecting the Arduino directory. (If you are on a Mac, this will usually be the Arduino.app-file in the Applications-directory)
  3. Editing your Arduino Sketch.
  4. Selecting board, processor, serial port and programmer if needed.
  5. Compilating or uploading your sketch.

##Translation In the lang directory, there are translation files. Currently, all these files are generated from Arduino Translations (http://playground.arduino.cc/Main/LanguagesIDE). The translation files' name is the abbravation of the language according to the ISO standard (http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes). Each file contains a line started with "LANG =", and the Plugin will look for this line to generate language list. As the translation files are automatically generated, the translations are not complete. If you want to make the tranlation better, you can revise the translation and email the file to me.

About

A Sublime Text 2 Plugin for Arduino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%