Closed etorreborre closed 7 years ago
Uh... You seem to be under the impression that you can type something in the main window. This is not the case. The input field is below the prompt.
^--- here
Then you use ide-haskell-repl:exec-command
to send whatever you typed to execution (shift
+enter
by default on Windows and Linux, cmd
+enter
on OSX).
Silly me, I was just not typing in the right place, thanks for the fast answer!
Is there any way to activate the input line without mouse? When switching to REPL pane using keyboard shortcuts the input line is not active, which should be by default in my opinion ...
Hi, I don't know what I did wrong (I'm new to Atom) but I can't seem to be able to edit anything with the REPL:
The panel is greyed out which I think means it's not fully initialized?
And the REPL messages in ide-haskell show:
I wonder if the first message is problematic or not.
Thanks for your help!
PS: I'm using the most recent version of everything + stack as my builder