sourcerer icon indicating copy to clipboard operation
sourcerer copied to clipboard

Bloating the undo stack

Open bugaevc opened this issue 9 years ago • 0 comments

Since currently every section is inserted with a separate editor.insertText() call (and __insertComment() does multiple modifications), undoing the action requires multiple Ctrl-Z's and exposes implementation details.

undo: "skip" may be useful (link).

bugaevc avatar Aug 31 '16 13:08 bugaevc