Stino icon indicating copy to clipboard operation
Stino copied to clipboard

A Sublime Text Plugin for Arduino

Results 9 Stino issues
Sort by recently updated
recently updated
newest added

Hi, I am running Arduino IDE 1.6.9 with Sublime 3. When i try to run any sketch through Sublime with Stino installed, i get the following error: [Stino - Start...

Your work is really great! But can you: - add completions for: byte, int, long,... - add syntax for: byte, Serial,... Sometime I work with Stino, I was disturbed by...

I installed the Stino package, but I can't use any of the toolbar buttons, the are all grayed out: ![screenshot](http://i.imgur.com/aeIpgnK.png) This is caused by me manually modifying the Arduino path...

The Arduino IDE has an option to enable warnings at various verbosity. I cannot find a corresponding setting for Stino. It always seem to supply -w while I would like...

I get this error when trying to compile for teensy. /Applications/Arduino.app/Contents/Java/hardware/tools/arm/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld:--defsym:1: ignoring invalid character `{' in expression /Applications/Arduino.app/Contents/Java/hardware/tools/arm/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld:--defsym:1: ignoring invalid character`}' in expression --defsym:1: undefined symbol `extra.time.local' referenced in expression...

Using Sublimetext 3 and Arduino 1.5.7 on Windows 10 64bit Added this package to the packages folder and set up the location of the Arduino environment. I can open Arduino...

![untitled](https://cloud.githubusercontent.com/assets/948576/12611153/50146794-c511-11e5-8d9c-1f6730b4bf51.png) Here is the console output when I select the arduino application folder. Traceback (most recent call last): File ".\StinoStarter.py", line 470, in on_done File ".\app\base.py", line 24, in refresh...

This fixes an error during compilation where my code was getting horribly mangled when using multiline preprocessor directives (with escaped newlines) Also, since the preprocessor directive macro was defined a...

I installed newest version using Package Control. When i do verify/compile there is a error associated with .elf, .hex and .eep files, because the compiler is trying to put those...