Fork me on GitHub
#protorepl
<
2016-12-13
>
martinklepsch08:12:48

Is there a way to clear all inline results?

martinklepsch09:12:34

Also I'm having some super weird issue: copied some text from the REPL window and now when I try to evaluate it it throws errors. Typing in a failing minimal case works fine while the reduced thing still breaks. The kind of form I'm evaluating is this:

(def x [{:foo/bar :foobar}])

martinklepsch09:12:32

Ok, issue seems to be that instead of spaces the REPL window uses [00m

robert-stuttaford10:12:27

@martinklepsch Ctrl-Shift-C clears all inline results and error messages

martinklepsch10:12:47

@robert-stuttaford awesome, thanks 🙂