Bug? undo/redo bug

sorex

Expert
Licensed User
Longtime User
Hello,

I noticed it before but it's kind of hard to replicate.

There appears to be a bug in the undo/redo funtions.

When you go back (undo) several steps and in my case copy a block of text and then redo till the end it restores only half of the passes so you lose a lot of changes.
 

sorex

Expert
Licensed User
Longtime User
actually it's easier to replicate than I thought.

just type in a new project

'a
'b
'c
'd
'e

press the undo arrow until you can't anymore.

press the redo arrow and you won't get much further than restoring 'a

it seems to work fine as long as you don't get onto the line with 'a
 

sorex

Expert
Licensed User
Longtime User
it seems to add extra spacing or something to the 'a line that removes the rest of the redo info.

undo_redo.gif
 

sorex

Expert
Licensed User
Longtime User
a small tool called LiceCap > http://www.cockos.com/licecap/

it saves default to the programs folder, if it is under program files make sure you have write access or it won't save the gif (and no error)
 
Top