Anypreter
Anypreter copied to clipboard
SublimeText 2 Plugin to instantly interpret selected code or the whole document right in SublimeText 2 (supports many languages)
I would recommend using node.js, but there are lots of choices
I installed the anypreter using package control on a ST2 buld 2217 on an ubuntu 12.04. I have the following value in my settings file: ``` "python_binary_path": "/usr/bin/python" ``` This...
I would be great to also show runtime errors. Right now, if there is an error, empty output is shown. I'll look through the code when I'll get some time,...
Hi! All I get is an empty output. (Using OS X 10.8.3 and systems interpreters).
Where can I change the executables? If I copy the snippet from the Readme into my settings it complains about the capitalised `False` so this might be the wrong place?...
Hi, When using Anypreter with a faulty ruby script (it throws a _NameError_ exception), Anypreter does nothing about it , it would be nice if it can show the exception...