New version of STino - Robot-Will/Stino GitHub Wiki

New STino

Oct 20, 2014

@Robot-Will has been working on a new version of STino which addresses the feedback given by users and contributors. This new version is compatible with both SublimeText 2 and 3

It can be found in the GIT tree as a new branch, and will be transitioned to master once stable. see the branch or download as a zip file which gets updated at every commit.

Installation procedure by @gonzoid, originally from issue #179

Hello,

Here is a quick how-to for people not familiar with manual installation:

  1. Disable your current installation of Stino to avoid menu mix-up:

    • Click the menu Preferences->Package Control->Disable Package->Arduino-like IDE Install the new-stino branch:
  2. Download the new-stino branch of Stino as a zip file, and extract it.

    • Extract Stino-new-stino folder
    • Click the menu Preferences->Browse Packages...
    • Copy the Stino-new-stino folder into the Packages folder
    • Restart Sublime Text
  3. Configure your working folders:

    • Arduino folder: click the menu Arduino->Preferences->Select Arduino Application Folder
    • Sketchbook folder: click the menu Arduino->Preferences->Change Sketchbook Folder
    • Build folder: click the menu Arduino->Build Options->Select Build Folder
    • Force menu update: click the menu Arduino->Update Menu

You are ready to test the new version!

Please note that your Stino installation will not be automatically updated in this case!

  • If you want to keep your installation up-to-date:

    • Click the menu Preferences->Package Control->Remove Package->Stino
    • Reproduce Step 2
  • If you want to go back to stable/old Stino:

    • Click the menu Preferences->Package Control->Remove Package->Stino
    • Click the menu Preferences->Package Control->Enable Package->Arduino-like IDE
    • Restart Sublime Text