Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why did Shift+F3 stop working in Notepad++?

F3 (find next) and Shift+F3 (find previous) work in many other editors. F3 continues to work in version 7.8.9, but Shift+F3 stopped working: it just does nothing.

I don't know what was the last version I had where Shift+F3 worked for me.

like image 825
Fetrovsky Avatar asked Aug 15 '20 19:08

Fetrovsky


1 Answers

The comments explain it, so here's a summary. Shift+F3 works (v7.9.5) if you last searched with Normal or Extended mode. It doesn't work if the last search was with Regular expression mode.

The reason, to quote AdrianHHH, is:

Reverse searching for a Regex has been disabled because of problems in some cases. See item 10 in the 7.8.7 Release notes. See also this forum topic. I believe that the Notepad++ forum has had a longer discussion of the topic, but I cannot find it now.

like image 196
Jonathan Johansen Avatar answered Nov 12 '22 19:11

Jonathan Johansen