DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

Erlang IDE Setup


Windows Console

  1. add erl.exe and vim.exe to %PATH%;

  2. start ConEmu, split window vertically (see note " Multiple terminals operation on Windows and Ubuntu " for spliting window detail);

  3. start erlang shell with erl.exe at left and vim erlSrc.erl at the right window;

Ubuntu Console

  1. start Terminator and split window;

  2. erl at left and vi erlSrc.erl at right;

IDE based on Sublime Text 2

Use package control install two package: SublimErl and SublimeREPL.

Run erlang REPL: Sublime Text Menu / Tools / SublimeREPL / Erlang. If you got a error message, it's most probably caused by not adding werl.exe in $PATH. So Sublime Text Menu / Preferences / Package Settings / SublimeREPL / Settings-User, add { "default_extend_env": {"PATH": "{PATH};C:/Program Files/erl5.10/bin"} }.

alt+shift+2(shortcut in View / Layout): split window with 2 column;

key shortcuts defs in sublime text 2:

http://docs.sublimetext.info/en/latest/reference/keyboard_shortcuts_win.html#



Published

May 19, 2013

Last Updated

May 19, 2013

Category

Tech

Tags

  • erlang 15
  • IDE 26
  • sublime text 2

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor