Skip to content

Releases: wuub/SublimeREPL

Fix mnemonics

09 Nov 14:06
Compare
Choose a tag to compare
2.1.2

Merge branch 'FichteFoll-fix_mnemonics'

SublimeREPL v2.1.1

30 Sep 13:29
Compare
Choose a tag to compare

BUGFIX: Io (turn off supress echo on Windows) (thanks: @WingedBeast)

SublimeREPL v2.1.0

29 Sep 09:58
Compare
Choose a tag to compare

NEW: Add Io Language REPL (thanks: @WingedBeast)

SublimeREPL v2.0.9

17 Sep 18:24
Compare
Choose a tag to compare

SublimeREPL v2.0.8

14 Sep 11:19
Compare
Choose a tag to compare

SublimeREPL v2.0.7

11 Sep 19:46
Compare
Choose a tag to compare

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

09 Aug 09:29
Compare
Choose a tag to compare
  • BUGFIX: fix autocomplete with IPython 1.0.0

SublimeREPL v2.0.5

26 Jul 18:40
Compare
Choose a tag to compare

Bugfix:

  • BUGFIX: fix safe_substitute() again :)

SublimeREPL v2.0.4

23 Jul 17:30
Compare
Choose a tag to compare

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

10 Jul 12:15
Compare
Choose a tag to compare
  • BUGFIX: $folder was not available in subst dict if there were no active view #202