Page 1 of 1

Backspace vs. Undo

Posted: Tue May 17, 2016 8:20 am
by Torgen
The undo buffer seems to be far too short. Also, if I backspace multiple times in a row, each backspace is a separate event in the undo buffer. As a result, if I delete a handful of words by backspacing, I lose the ability to undo those edits. If multiple backspace events occur on consecutive text, they should be coalesced into a single event in the buffer.

Re: Backspace vs. Undo

Posted: Tue May 17, 2016 2:17 pm
by admin
Hmm. Yeah, looking at that, there's definitely something strange going on with undoing deletes. You're right I need to group them, and I'll get that done asap, but there's also something else happening, as there isn't (normally) any limit to 'undos' - it's not really a buffer per se. The hard limit should just be the start of the session, ie since the page was loaded. Will let you know when it's fixed.

Re: Backspace vs. Undo

Posted: Tue Jul 19, 2016 12:11 pm
by admin
Moving this to fixed.