To be clear:
Searching using "current file" mode already works like that. In other words if nothing is found, then the cursor remains unchanged. So you could manually search many files one by one that way.
Only when search mode is set to a multiple file grouping: all css, all xhtml, selected css, tabbed css, selected html, tabbed html, does the cursor move to the top of the file if nothing is found anywhere. This happens because the last place it searches is the top (above the cursor) in the current file (assuming the search direction is down) to literally check everything.
We could handle that as a special case if that is what people expect it to do when searching in multiple file mode and finding nothing.
Last edited by KevinH; 11-14-2022 at 02:46 PM.
|