Dialogs Find/Replace

Find/Replace dialog has hotkeys, which work only inside this dialog. They can be customized via options "find_hotkey_nnnn".

  • Alt+Enter: Find first
  • Enter: Find next/ Replace next (depends of focused input)
  • Shift+Enter: Find previous
  • Ctrl+Enter: Add new line in multi-line input
  • Alt+Z: Replace, and find next
  • Ctrl+Alt+Z: Replace, and don't find next
  • Alt+A: Replace all
  • Alt+O: Count all
  • Alt+E: Select all
  • Alt+K: Mark all
  • Alt+Q: Extract

Option buttons have hotkeys too. Hover mouse over them to see floating tooltips about button functions.

  • ".*" - Regular expressions - Alt+R
  • "aA" - Case sensitive search - Alt+C
  • "w" - Search for whole words only - Alt+W
  • "O" - Wrap search, ie search from beginning after reaching the end, and vice versa - Alt+N
  • "[..]" - Search in selection only - Alt+X
  • "+" - Toggle multi-line mode: input boxes have double height and show several lines - Alt+M
  • "?!" - Show confirmation on each replace - Alt+Y

"Extract" button is enabled only in RegEx mode and it does this: all found matches will be put to a list, list is sorted, duplicates are discarded, and list is written to a new document. This is what plugin "Extract Strings" does.