If you would like to donate to support SublimeREPL development, you can do so using GitTip or PayPal. Someone willing to take care of documentation would also be very welcome :-)
(1) - (ssh, linux/osx only)
Preferences | Package Control | Package Control: Install Package
SublimeREPL
SublimeREPL
(default settings in Preferences | Package Settings | SublimeREPL | Settings - Default
should be modified in Preferences | Package Settings | SublimeREPL | Settings - User
, this way they will survive package upgrades!Very basic documentation will soon be available on RTD: http://sublimerepl.readthedocs.org/
⇧⌘P
)
then type "SublimeREPL" and select the approperiate language.⌥⇧⌘2
).⌃⇧2
).⌃+,, s
Selection⌃+,, f
File ⌃+,, l
Lines⌃+,, b
Block⌃⇧+,, s
Selection⌃⇧+,, f
File ⌃⇧+,, l
Lines⌃⇧+,, b
BlockNote: ⌃+,, f
means: press Ctrl and Comma, release all, press F.
Since version 1.2.0 SublimeREPL is licensed under GPL. Previous versions were licensed under BSD. If you're using SublimeREPL in commercial environment a donation is strongly encouraged ;-)
SublimeREPL is developed against the latest dev build of SublimeText2, mostly on Windows7 x64 and Linux Mint 13. From time to time it's tested on Mac OSX as well.
I try to make it cross-platform, but from time to time some functions will be platform specific.
No. Shell (cmd.exe/bash) REPL can be used for simple tasks (file creation, git init
etc.) but anything terminal like (mc, ipython, vim) will not work! SublimeREPL has a sister project: SublimePTY that aims to bring real terminal emulator to SublimeText2.