Sébastien Vauban writes:
> Hi,
>
> A quick wished feature, if you agree on its usefulness.
>
> Currently, all error messages are concatenated to the same buffer, execution
> after execution, which makes it *difficult to distinguish between the new
> errors*, and the ones already seen previously.
This is something that Dan and I have discussed as well. On the one
hand it would be nice to wipe the buffer between block executions, but
on the other hand when you are say exporting a file and running many
code blocks at once it would be preferable to retain error messages from
all of the code b
Hi,
A quick wished feature, if you agree on its usefulness.
Currently, all error messages are concatenated to the same buffer, execution
after execution, which makes it *difficult to distinguish between the new
errors*, and the ones already seen previously.
Different propositions:
- delete the