[wp-trac] [WordPress Trac] #42586: Code Editor: Inconsistent results between finding in CodeMirror vs browser

WordPress Trac noreply at wordpress.org
Tue Dec 5 22:04:23 UTC 2017


#42586: Code Editor: Inconsistent results between finding in CodeMirror vs browser
--------------------------+--------------------------------------------
 Reporter:  wpress2010    |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  high          |   Milestone:  4.9.2
Component:  General       |     Version:  4.9
 Severity:  major         |  Resolution:
 Keywords:  needs-patch   |     Focuses:  accessibility, administration
--------------------------+--------------------------------------------

Comment (by sasiddiqui):

 To have persistent Search, moving to the next position on enter key you
 need to use alt+f instead ctrl+f.

 Here are some keybindings which are used for search/replace functionality.

 Ctrl-F / Cmd-F
    Start searching
 Ctrl-G / Cmd-G
    Find next
 Shift-Ctrl-G / Shift-Cmd-G
    Find previous
 Shift-Ctrl-F / Cmd-Option-F
    Replace
 Shift-Ctrl-R / Shift-Cmd-Option-F
    Replace all
 Alt-F
    Persistent search (dialog doesn't autoclose, enter to find next, Shift-
 Enter to find previous)
 Alt-G
    Jump to line

--
Ticket URL: <https://core.trac.wordpress.org/ticket/42586#comment:15>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list