Robot-Will / Stino

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

New Stino with latest package control incompatability? #221

Closed brianc118 closed 9 years ago

brianc118 commented 9 years ago

I recently reinstalled ST3. First I installed new Stino manually (by going to browse packages and placing the new-Stino folder there), then restarted Sublime. I then installed package control the standard method as suggested here: https://packagecontrol.io/installation

Upon restart of the Sublime, package control tells me in the console (Ctrl + `) that it's removed the orphan package, new Stino. The Arduino menu still exists except most things are shaded out. When I look into the Data\Packages\ folder, the Stino-new-stino folder no longer exists. However, Data\Packages\User\Stino still is there.

This is probably not a Stino issue (but package control). I've removed package control as I don't need it very often. For me it's not a big issue. This is hopefully just to help others if they encounter the same problem with the Arduino menu greying out.

I have tried installing package control first then Stino and the issue still occurs. Package control simply removes "orphan" packages upon restart.

SLboat commented 9 years ago

delete the package-metadata.json file in the stino floder,and it will work!

brianc118 commented 9 years ago

thanks!

sdaitzman commented 9 years ago

Just for reference this is the cause of https://github.com/Robot-Will/Stino/issues/238

jsabra1 commented 8 years ago

Great @SLboat Had the problem on the Coldfusion package, and this solved it for me. Many thanks

erichoco commented 8 years ago

@SLboat Solved my problem too. Thanks.