Sometimes it's hard to see that it updated, it would be nice to be able to see a number that increments each time it is evaluated.
This would be easy enough if there was a server, but even if not, it could save some state in /tmp or something, and then an editor could provide some unique identifier whenever it submits a file, which would allow it to track which result this is.
Alternatively, might be able to pull it off purely within the editor itself (eg store the state on the buffer or something, and pop up a notice when results are updated), possibly with an incrementing number, or possibly just a quick green "updated" notice.
Sometimes it's hard to see that it updated, it would be nice to be able to see a number that increments each time it is evaluated.
This would be easy enough if there was a server, but even if not, it could save some state in
/tmp
or something, and then an editor could provide some unique identifier whenever it submits a file, which would allow it to track which result this is.Alternatively, might be able to pull it off purely within the editor itself (eg store the state on the buffer or something, and pop up a notice when results are updated), possibly with an incrementing number, or possibly just a quick green "updated" notice.