I want to have a custom undo function that I can call using a button, which will undo the last change in a textbox after a keyup event. For instance, if I press down on A and put AAAA and then lift up, it will backup so that if I press B (resulting in AAAAB) and click ...
<keymap version="1" name="Windows Proper Redo" parent="$default"> <action id="$Redo"> <keyboard-shortcut first-keystroke="shift ctrl z" /> <keyboard-shortcut first-keystroke="shift alt back_space" /> <keyboard-shortcut first-keystroke="ctrl y" /> </action> <action id="EditorDelete...
If you're in a state where you've undone many changes and you hit Ctrl-Y then you've destroyed your redo history and a lot of work may have been lost. Please fix this as a platform compatibility courtesy and a UX need. For reference, here is the notepad...
Next, clickEdit>Undoand you’ll see the deleted text reappear. Now pressCtrl+Yand you’ll see the text you deleted earlier disappear once again. In other words, you just “undid” your “undo”! By the way, NotePad and many other Windows programs actually do have a “Redo” option on...
I want to have a custom undo function that I can call using a button, which will undo the last change in a textbox after a keyup event. For instance, if I press down on A and put AAAA and then lift up, it will backup so that if I press B (resulting in AAAAB) and click ...
I want to have a custom undo function that I can call using a button, which will undo the last change in a textbox after a keyup event. For instance, if I press down on A and put AAAA and then lift up, it will backup so that if...
Please fix this as a platform compatibility courtesy and a UX need. For reference, here is the notepad++ discussionhttps://github.com/notepad-plus-plus/notepad-plus-plus/issues/856 Cheers and thanks, Yuval Yes 72 No Pleasesign into leave a comment....