Fork me on GitHub
#cursive
<
2017-04-18
>
tianshu01:04:01

sometimes none of given macro resolution options is suitable, I want to disable resolution for this case.

slipset07:04:08

So CIDER has this marker in the gutter which shows if a form is “currently evaluated”, eg a marker that is visible iff the form is up to date with what is evaluated.

slipset07:04:20

In line 34 above, you see the little green bars indicating that the form has not been changed since it was last evaluated.

cfleming07:04:42

@slipset That’s neat. So when you load a file, it is all green and then as you edit the green is removed top-level-form by top-level-form?

slipset07:04:53

and whenever you do a ’Send (...) to REPL, it becomes green again.

slipset07:04:15

Took me some time to get used to it in CIDER, but now I cannot live without.

cfleming07:04:50

That’s probably fairly easy to implement, as long as I can find some space in the gutter. Could you file an issue for that?

zylox15:04:31

that would be pretty cool to have