Releases: wuub/SublimeREPL
Releases · wuub/SublimeREPL
Fix mnemonics
SublimeREPL v2.1.1
BUGFIX: Io (turn off supress echo on Windows) (thanks: @WingedBeast)
SublimeREPL v2.1.0
NEW: Add Io Language REPL (thanks: @WingedBeast)
SublimeREPL v2.0.9
Bugfix release:
- better evaluation of multiline coffeescript see: http://stackoverflow.com/questions/18831208/multiline-coffeescript-repl-in-sublime-text-2/18856073#18856073
SublimeREPL v2.0.8
SublimeREPL v2.0.7
Bugfix release.
Changes:
2.0.6...master
Big thanks to all the contributors, in the order of appearance:
@masondesu @davidfstr @davidfstr @jpcirrus @sainaen
🍻
SublimeREPL v2.0.6
- BUGFIX: fix autocomplete with IPython 1.0.0
SublimeREPL v2.0.5
Bugfix:
- BUGFIX: fix safe_substitute() again :)
SublimeREPL v2.0.4
Bugfix release:
- BUGFIX: fix Main.sublime-menu customization in User/SublimeREPL/config/ folder on ST3 see #216
- BUGFIX: Starting REPL from Command Palette not working when path contains non ASCII characters on Windows #206 thanks @ztepsic
- BUGFIX: F# config fixed, comment #208 thanks @xkrt
- BUGFIX: Tweaked F# config to have usuable cmd_postfix #215 thanks @pblasucci
- NEW: Add GDB REPL thanks @paradigmsort
- NEW: disable spell check by default in repl views #214 thanks @Haroogan
SublimeREPL v2.0.3
- BUGFIX: $folder was not available in subst dict if there were no active view #202