Fix Find in Files invalid directory error (#3818)
commit32bbe106195f953e980bfa756b5a7ccad1ee209d
authorNick Treleaven <ntrel002@gmail.com>
Mon, 15 Apr 2024 12:05:01 +0000 (15 13:05 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Apr 2024 12:05:01 +0000 (15 13:05 +0100)
treedbfbd62462242dd64b0e3c889c88cd378d40503e
parentfc9126271c9cf8268b1bf71eb7cefe660d6cdd33
Fix Find in Files invalid directory error (#3818)

When the Find in Files path doesn't exist, the status bar says "Cannot execute grep tool...: Failed to change the working directory. Check the path setting in Preferences". Which is confusing and hides the real problem in the middle of irrelevant text. Instead, show a dialog with the correct error only. Fixes #1347.

* Fix FiF capitalization
* Set FIF search/directory entry background to indicate error
data/geany.glade
src/search.c
src/ui_utils.c