



Installation:
Use Package Control
Code, documentation:
https://github.com/wuub/SublimeREPL
EDIT:
Terminal emulation is on the way: viewtopic.php?p=22223#p22223, please vote http://sublimetext.userecho.com/topic/93643-/




sublimator wrote:Donated. Thanks for this
"cmd": ["ghci", "$file"],FalconNL wrote:
- Code: Select all
"cmd": ["ghci", "$file"],
wuub wrote:FalconNL wrote:
- Code: Select all
"cmd": ["ghci", "$file"],
Pull the newest revision and it should work as expected
{"command": "repl_open",
"caption": "Haskell",
"mnemonic": "h",
"args": {
"type": "subprocess",
"encoding": "utf8",
"cmd": ["ghci"],
"cwd": "$file_path",
"syntax": "Packages/Haskell/Haskell.tmLanguage"
}
}FalconNL wrote:For the sake of completion, here is the full command for a Haskell REPL (feel free to incorporate it):
FalconNL wrote:One more suggestion: it would be great if SublimeREPL could automatically split the view vertically and put the REPL in the bottom group.
(...) just have a normal document and `push lines` the current line or non empty selection to the interpreter. (..)
there is some Ruby option?
I'm wondering if there is some way I can identify the view as a SublimeREPL
sublimator wrote:That project has an FSM based tty emulator. Nifty. Seems there's a few libs available for this type of thing.
Return to Plugin Announcements
Users browsing this forum: No registered users and 5 guests