jacobslusser / ScintillaNET

A Windows Forms control, wrapper, and bindings for the Scintilla text editor.
MIT License
964 stars 242 forks source link

Undo and Redo #538

Open raineym opened 9 months ago

raineym commented 9 months ago

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.)

ericoporto commented 8 months ago

I use the Redo and it works, can you tell more of what you are doing?