sublime-worksheet icon indicating copy to clipboard operation
sublime-worksheet copied to clipboard

An inline REPL for JavaScript, PHP, Ruby & more in Sublime Text 2 and 3

Results 8 sublime-worksheet issues
Sort by recently updated
recently updated
newest added

When worksheet settings are applied in `.sublime-project` they are not being applied. To test: add the Python virtualenv settings from `README.md` to a project's settings, but change the `prefix` (and...

bug

Certain REPL executables (_ahem_ `scala`) have significant startup overhead. It would be extremely convenient if we could configure (probably using `worksheet-settings` for that particular language) a REPL type to remain...

It's a bit messy and unclear, and there's stuff in there which doesn't seem to do anything.

Now we have 2 versions of Sublime Text, 3 operating systems, and 7+ languages the potential for inadvertently breaking things justifies spending some time setting up tests.

for ex: the avmshell repl gives ``` $ avmshell -repl avmplus interactive shell Type '?' for help > ? Text entered at the prompt is compiled and evaluated unless it...

download the avmshell exe https://code.google.com/p/redtamarin/source/browse/trunk/build/shell/ install it in your /usr/bin/ for ex: /usr/bin/avmshell edit the worksheet.sublime-settings and add at the end ``` "ActionScript": { "cmd": "avmshell -repl", "prompt": ["> "],...

enhancement

should be pretty easy

enhancement