JonyEpsilon / gorilla-repl

A rich REPL for Clojure in the notebook style.
http://gorilla-repl.org
MIT License
888 stars 104 forks source link

Add an Undo command #247

Closed mikeivanov closed 8 years ago

mikeivanov commented 8 years ago

Deleting segments is destructive, I've lost a good chunk of unsaved code by accidentally deleting a segment. Some sort of Undo command is necessary.

JonyEpsilon commented 8 years ago

:-)

I've found that doing it once or twice is sufficiently painful to condition one out of doing it ever again. But I would concede that that is not the gold standard for user experience :-) Thanks for the PR, will get it merged in.