I’m using AnyTXT and it is brilliant although I would happily contribute to some UX fixes.
My main issue is that when I try to add code ie. C# matches to methods (dot separated) are not found. For example:
Search for “GetHostName” will return “_hostname = GetHostName();” but will not return “_hostname = Dns.GetHostName();”.
Search for “.GetHostName” (note leading dot) will not return “_hostname = GetHostName();” but will return “_hostname = Dns.GetHostName();”.
The same issue is when non-code document has missing space after end of sentence, last word is not found by default.
Tested on Windows 10 with AnyTXT Searcher 1.2.540 Free.