palmersheila
Technical User
When I used the wizard to develop the text editor, it only had the undo function. I want add the redo function as well.
And I realized that let's say if you typed 's' and then you clicked undo, the 's' would be gone and then if you were to click undo again the 's' would reappear. But actually for the latter the 's' would reappear if you were to click redo. How do I integrate the redo function in my text editor?
And I realized that let's say if you typed 's' and then you clicked undo, the 's' would be gone and then if you were to click undo again the 's' would reappear. But actually for the latter the 's' would reappear if you were to click redo. How do I integrate the redo function in my text editor?