zizhongyan / StataImproved

Improved Stata Editor for macOS : a sublime text 3 plugin
MIT License
46 stars 15 forks source link

Cannot execute do-files on Stata 16 #16

Open robbiediv opened 5 years ago

robbiediv commented 5 years ago

Hello,

I have a Mac and use Stata SE/16. Version 1.3.7. is supposed to have full support for Stata 16 SE/MP/IC, but when I attempt to execute lines of a do-file from Sublime Text using Stata Improved Editor, I get the error message "No version of Stata found." Is there a way to fix this, or is support for Stata 16 on the way?

tdiprete commented 5 years ago

I'm having the same problem with Stata mp/16.

gen-li commented 4 years ago

@robbiediv @tdiprete i occurred the same problem. However, this issue could be solved if you replace the package folder you installed via package control with the one downloaded manually from https://github.com/zizhongyan/StataImproved/archive/master.zip and make sure the manually downloaded package will have the same folder name as the previous one.

tdiprete commented 4 years ago

I just tried this. I put the downloaded folder into packages folder under sublime text 3 with the name stataimproved while at the same time having the Stata Improved Editor file in the installed packages folder. This doesn't solve the problem. I still get the message that "no version of Stata found."

gen-li commented 4 years ago

I just tried this. I put the downloaded folder into packages folder under sublime text 3 with the name stataimproved while at the same time having the Stata Improved Editor file in the installed packages folder. This doesn't solve the problem. I still get the message that "no version of Stata found."

Hi @tdiprete ,

Could you rename the new downloaded folder as "Stata Enhanced" and delete your old folder which you install via package control and has the same name. Then, you may need to restart sublime. That's what I did when solving this issue. I believe it works.

zizhongyan commented 4 years ago

I have just released a new update to support the new macOS version (catalina). I tested it with Stata 15 & 16 SE/IC and the package works well. If you had still the problem of execution, you could probably try to remove the package via ST3's package control and then do the manual installation as suggested in the readme file of this package.