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