giorgifafa / editra

Automatically exported from code.google.com/p/editra
0 stars 0 forks source link

Redo shortcut prints "z" when nothing left to redo. #785

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Write some text "hello"
2. Undo the text with command-Z
3. Redo the text with command-shift-Z

What is the expected output? What do you see instead?
expect: hello
see: hellozzzzz

IMPORTANT!!! Please answer these questions for any and ALL bug reports

What version of the product are you using? On what operating system?
Editra: 0.7.12
OS X: 10.7.5

What method of install was your version installed with (Binary/Source)?
Binary

If from source: What version of python and wxPython are you using?

Please provide any additional information below.

Original issue reported on code.google.com by alexande...@gmail.com on 5 Jan 2013 at 10:29

GoogleCodeExporter commented 9 years ago
Not able to reproduce this issue so far.

Are you continuing to hold down the 'z' key after the redo has completed?

Original comment by CodyPrec...@gmail.com on 7 Jan 2013 at 2:13

GoogleCodeExporter commented 9 years ago
Yes.  Sorry, my recreation was a little too simplified.  If I have a large 
stack of Redos after a series of Undos, I want hold down command-shift-z to get 
to the end.  I would think that at the end of the stack, it would stop and do 
nothing rather than print z's.  

For example, with UNDO, if you hold down command-z, it doesn't print z's when 
the undo stack is empty.

Sorry that I was not clear in the original bug report.

Original comment by alexande...@gmail.com on 7 Jan 2013 at 3:37

GoogleCodeExporter commented 9 years ago
Reproduced, thanks for additional information.

Original comment by CodyPrec...@gmail.com on 23 Mar 2013 at 2:25

GoogleCodeExporter commented 9 years ago
Fixed in current SVN for next release.

Original comment by CodyPrec...@gmail.com on 23 Mar 2013 at 2:46