You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
I'm trying to implement an undo/redo for ScintillaNET. I have implemented the undo ... but for the life of me I cannot implement the redo.
ScintillaNET has a built-in undo, but its Redo() does not work and CanRedo is read-only and set to false when I test for it.
Anyone have any ideas on how to implement/activate the redo?
(Yes, I have done a Google search and here for this issue and found nothing.)