ReplMaker.jl icon indicating copy to clipboard operation
ReplMaker.jl copied to clipboard

[ Feature Request ]: CTRL|ALT|SHIFT+KEY for REPL

Open Ismael-VC opened this issue 4 years ago • 1 comments

I would like to suggest being able to invoke a REPL, with a shortcut combo, instead of just one key, give Julia expressiveness it seems only ) and } are available > is legal:

julia> )
ERROR: syntax: unexpected ")"
Stacktrace:
 [1] top-level scope
   @ none:1

julia> }
ERROR: syntax: unexpected "}"
Stacktrace:
 [1] top-level scope
   @ none:1

julia> >
> (generic function with 3 methods)

The current setup only allows for a couple of "non-legal" julia AKA, available for one key REPL command. I have become addicted to creating REPLs but there is no way to have multiple open, without taking away legal characters from Julia.

Best regards.

Ismael-VC avatar Nov 04 '21 08:11 Ismael-VC

I think this requires changes in REPL.jl (i.e., Julia itself).

fingolfin avatar Jan 07 '22 14:01 fingolfin