Skip to content

Improve the editor's Find in Files function

Rafał Mikrut requested to merge github/fork/Calinou/improve-find-in-files into master

Created by: Calinou

  • Disable Whole Words and Match Case by default
    • These tend to get in the way when you're doing a quick search. Most editors seem to reuse the previous setting when opening the dialog, so I could try implementing that instead.
  • Hide the Cancel button once the search is completed
  • Pad line numbers to the right for more readable search results

find_in_files

Merge request reports