Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 250 forks source link

Library Names: Show friendly names #410

Closed KurtE closed 7 years ago

KurtE commented 7 years ago

At one point, I installed a few of the Adafruit libraries using the Arduino Manage libraries.

For example I installed the Adafruit LiquidCrystal library this way (I think)

When this was downloaded, it installed the library into my user library location

/libraries/arduino_105736 When I use the Arduino, to include this library it shows up in the menu as: Adafruit LiquidCrystal When I bring up the Stino menu Import library it shows up as: arduino_105736 I believe in arduino this is controlled by the file: library.properties in that folder which has an item name=Adafruit LiquidCrystal However I understand to fix this would probably take a performance hit.
Robot-Will commented 7 years ago

Done. Thanks.