On our 2.16 test server, pressing Ctrl + F on PG editor is not bringing up the codemirror search/replace.
On 2.14 server, it brings up codemirror search. I checked the addons directory and it has all the relevant .js files.
The version of codemirror installed via npm is 5.62.0. For now I have set $options{PGCodeMirror} = 0 to make it behave like a text area and browser could search through the visible and invisible sections of pg code. I was wondering if it is possible to get the same behaviour as 2.14 with the PG editor that brings up search and replace within the editor with Ctrl + F. Thanks a lot.