Fork me on GitHub
#calva
<
2019-02-10
>
lspector02:02:06

@pez: To be clear, I wasn't talking about anything to support large data structures other than the issue I posted. Spewing all printed/returned output to a text buffer works for little things, huge things, anything. At least it's all I had in mind, and all I imagine wanting.

pez07:02:54

@lspector I didn’t mean to imply you had asked for something else. 😃 I was just outlining where Calva is heading.

pez07:02:04

@hmaurer, yes, Calva does not yet support clj-fmt config maps, but that is probably the way this need will be supported once we get that done.

tomd11:02:28

in the new repl window, is there a keyboard shortcut i'm missing to execute what you've typed without being at the end? if I press RTN in the middle of what I typed, it inserts a line break. In a normal lein repl, pressing RTN anywhere executes what I've typed. I understand multi-line support is a big focus of the new repl window, but could we have something better than End RTN (or even Ctrl-End RTN sometimes) to execute? My preference would be Alt-RTN executes, and RTN gives a newline. Happy to make a feature request if need be 🙂

pez12:02:44

I think it makes sense that alt+enter executes. It chimes with using alt+up/down for history navigation. What you say @mseddon?

tomd08:02:37

I created a feature request to note the idea: https://github.com/BetterThanTomorrow/calva/issues/124

pez21:02:40

Folks: new Calva published. When running tests for a namespace, it will load it and run any tests in it, and if it finds any namespace with the same name appended with -test, it will load that as well and run any tests in it. The reporting is still quite rude, but we'll get there!

aw_yeah 5