Rubén Barroso
Rubén Barroso
In the list of suggested symbols when completing, each element appears twice.
After symbol completion, a space character should be inserted as to let the user continue to type the expression. Example: (defi[press tab] then (define_
There should be a way to let the user input data. Invoking _read_ turns the REPL irresponsive. It is necessary to shut down IDEA.
I have the following expression: ``` (define 2-scheme-value? (lambda (v) #t)) ``` With the caret anywhere over scheme-value? (not over 2-), pressing cmd+W selects scheme-value?. Pressing it again selects the...
Pressing ESC in the REPL moves the focus to the editor. At least it should do nothing. My suggestion is that it should clear the input, a la Skype's conversation...
After killing a REPL with the 'Stop REPL' button, one should be able to reuse it without having to close it and start a new one.
Could it be feasible to allow the user rename a REPL tab? Right now, all of them are named "Local". As an example, if the user is working with two...
In the REPL, (load ) uses the IntelliJ's running path to look for the source to load: > (load "test.scm") > Error in load: error opening 'file:/Applications/IntelliJ IDEA 10 CE.app/bin/test.scm'....
The action Tools -> Scheme REPL -> Load file to REPL is not assigned a shortcut.
When the REPL tool window gets the focus, it should position the caret on the last position of the REPL editor.