Changes between Initial Version and Version 1 of Ticket #42586, comment 5
- Timestamp:
- 11/24/2017 06:16:41 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42586, comment 5
initial v1 1 1 Who's owning this for 4.9.1? 2 2 3 Looking at the editor, I worked out that `Cmd+ F` is search, `Cmd+F, Enter` then re-opens the search and advances on to the next result3 Looking at the editor, I worked out that `Cmd+f` is search, `Cmd+f, Enter` then re-opens the search and advances on to the next result 4 4 I'd have not guessed that `Cmd+g` is the next search result (`Cmd+shift+g` is the previous). 5 5 https://codemirror.net/doc/manual.html#addons has a bunch of search related things which might help, but I can't actually tell what if any of those addons are within the minified build we're using.