Robot-Will/Stino

Stino menu do not allow me to open examples with the .pde extension

miguelpom opened this issue · 0 comments

Hi everyone,

First of all I want to thank @Robot-Will for the Stino package. I really love Sublime Text and due to my job I do a lot of programming with open hardware platforms and boards. If I were to write all my code with the original but way too simple Arduino IDE's editor, I think I'd go mad.

Anyway, let's get to the point.

I found some kind of issue when trying to open the example files from an external library.

The library in question, was created by the guys from Electhouse (https://github.com/elechouse/PN532). It contains tools to for the use of a NFC reader module with Arduino. It also provides multiple example sketches to help you learn how to use it and what not, and some of those examples are in ".pde" files. This format is used by Processing sketches.

While in the original Arduino IDE the example files can be open as usual, the problem is that in STino, the "Open Example" menu does not seem to recognize these items as sketches. It is as if Stino thinks these Processing files are empty directories. Of course, clicking on these menu items does nothing.
screenshot_7

Has anyone found this same error?
Any help would be really appreciated.

Thank you in advance!