ScintillaNET-FindReplaceDialog
ScintillaNET-FindReplaceDialog copied to clipboard
Question: How to use last find "configuration" for other scintilla instances.
I'm building a multifile editor where each edited file is a different scintillaNET object.
When I hit Ctrl+F the menu appears, and I can type the searched term. Once closed, I can keep searching with F3.
Then I switch the file, and (obviously) F3 is no longer working.
What would be the recommended way to make F3 work in the other files? I've tried changing the Scintilla field as well as the callbacks when the file changes, but F3 still doesn't work.
Try the demo in the version I just updated. It shows how to use multiple Scintilla on different tabs.