Finds the last occurrence of a word on a line, but the file might be several thousand lines long, and I want to find the last occurrence in the entire file.
In my test file, I used:
Press Ctrl+End to move caret to end of a file and use a simple, non-regular expression Find opened with Alt+F3(not Quick Find as executed by default with Ctrl+F) for switch with clicking on button Previous or pressing Alt+P.
Best regards from an UC/UE/UES for Windows user from Austria
The file is a log file and I'm polling it.
So I was hoping to just hit F3 and find the last occurrence which is often buried in a hundred or more lines of other stuff
When I use the suggestion provided, it finds the last, but oddly in one rather long file, it also returned an occurrence in the middle.
I suspect that there is a buffer length involved.
The file is 120K, and I was using it as a test after it had been closed.