Minor annoyance: any way to turn this kind of auto-folding off?
Need to click to expand to:
Iād prefer the latter, by default.
I think you can turn that off at: Settings | Editor | General | Console
Awesome! Worked š Thank you!!
Thanks!
@souenzzo what did u exactly do here on this dialog? i don't see a checkbox to turn the folding off whole sale. have u added some exception(s) or removed some of the rules?
maybe =><Space> exception would be a good default to have in cursive, no?
Yeah, that does look like a good one.
My current setup looks like this, and I'm pretty happy living in a pre-line-fold era.
Note: history size is 1000, it is just "wrapped"
Printing problems:
Evaluating this on curisve REPL returns "nothing"
(
It should return/show the object: #object[
Exceptions in component/system throws a internal cursive exception
(com.stuartsierra.component/start (com.stuartsierra.component/system-map :hello (with-meta {} `{com.stuartsierra.component/start ~(fn [_] (throw (ex-info "hello" {})))})))
Error handling response - class java.lang.RuntimeException: Unreadable form
In a plain REPL it throws
Execution error (ExceptionInfo) at user/eval3130$fn (REPL:1).
helloThe HttpResponse one is https://github.com/cursive-ide/cursive/issues/3021, also fixed for the next build.