sourcerer
sourcerer copied to clipboard
Bloating the undo stack
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).