screepers / screeps-multimeter

The most useful tool on your screeps workbench.
MIT License
89 stars 28 forks source link

Multiline input #13

Closed inakrin closed 4 years ago

inakrin commented 6 years ago

Is there a way to use multyline input? Cannot paste long chunks of code like I do with original console.

CGamesPlay commented 6 years ago

Hello, thanks for submitting an issue! There is currently not a way to handle this. The problem is that there's no way to differentiate between pasting a newline, or pressing enter: they appear the same to multimeter.

There are a few techniques that can be used to add support for this, but they depend on the terminal program you're using.

I would be willing to talk about any of these solutions if you have interest in adding support!