Grepy Changelog

What's new in Grepy 2.2.0

Aug 23, 2020
  • To fix an issue with windows "popping" after being moved or centered, the window is now positioned using 'StartPosition' when the dialog is created.

New in Grepy 2.1.2 (Apr 27, 2020)

  • Release 2.1.1 added the ability to change the fonts for the File Information view and the Search Results view but it also broke checking if Everything had indexed a drive for searching and broke the code Grepy used to collect files internally if not using Everything (or if it thought Everything didn't have a drive indexed). The bug with Everything and collecting files internally has been fixed in release 2.1.2 (which also has the ability to change fonts).

New in Grepy 2.1.1 (Apr 21, 2020)

  • Added the ability to change the File Information view font and the Search Results font.

New in Grepy 2.1.0 (Mar 29, 2020)

  • Added a BetterRichTextBox to replace the default Microsoft RichTextBox. The BetterRichTextBox does more advanced auto-selection when double clicking on text.
  • Also added a setting under 'View' menu that allows you to toggle the displaying of Line Numbers on or off.

New in Grepy 2.0.9 (Aug 12, 2019)

  • Added support for Microsoft UNC file paths and if Everything is being used, make sure Everything isn't currently indexing before searching and make sure the drive being searched is indexed by Everything.

New in Grepy 2.0.8 (Jul 10, 2019)

  • Fix crash bugs and tab positions

New in Grepy 2.0.7 (Jun 17, 2018)

  • Fix dialogs so they center on parent properly.

New in Grepy 2.0.6 (Mar 28, 2018)

  • Make the "No Matches Found" dialog be TopMost

New in Grepy 2.0.5 (Jan 10, 2018)

  • Fix handling Mac type files (LF with no CR).

New in Grepy 2.0.4 (Jan 10, 2018)

  • Fix a bug where adjusting 'Before' or 'After' slider when no matches are displayed would cause a crash. Added a "No Matches Found" dialog to display when no matches are found for the search text.

New in Grepy 2.0.3 (Jan 10, 2018)

  • Fix a bug with 'After' Preview not showing lines when match is within 5 lines of end of file.

New in Grepy 2.0.2 (Jan 10, 2018)

  • Fix a bug with worker threads not stopping when search is cancelled.

New in Grepy 2.0.1 (Jan 10, 2018)

  • Lower the priority of the worker threads so that the main thread (the Windows Form) is more responsive. This makes it easier to cancel searches that are in progress and helps reduce thread contention when many threads are processing files at the same time.