Re: [Github-comments] [geany/geany] Geany 1.28 "Find in files" doesn't work in Windows 7 64bit OS (#1229)

2016-11-13 Thread Enrico Tröger
This should be fixed now in Geany 1.29 (released today). We merged #1301 and the Windows installer has a `grep` version from the MSYS2 project bundled which seems to work fine with non-ASCII files and paths. -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [Github-comments] [geany/geany] Geany 1.28 "Find in files" doesn't work in Windows 7 64bit OS (#1229)

2016-11-13 Thread Enrico Tröger
Closed #1229 via #1301. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1229#event-857028324

Re: [Github-comments] [geany/geany] Geany 1.28 "Find in files" doesn't work in Windows 7 64bit OS (#1229)

2016-09-22 Thread Matthew Brush
In the longer term, it would be great to unify FiF search with the other searches and using the same regex engine/syntax instead of relying on a different external tool for the one search type. Writing a recursive directory enumeration and matching files is pretty easy with GLib/GIO and it

Re: [Github-comments] [geany/geany] Geany 1.28 "Find in files" doesn't work in Windows 7 64bit OS (#1229)

2016-09-22 Thread Enrico Tröger
I'm not too sure if it is fine. But also tend to use the patch as without `--recurse` is broken completely, with the patch it works but with the risk of running into loops. I'd first would like to get some feedback from @VIVEKLUCKY1848 and then probably merge it. -- You are receiving this

Re: [Github-comments] [geany/geany] Geany 1.28 "Find in files" doesn't work in Windows 7 64bit OS (#1229)

2016-09-20 Thread Enrico Tröger
> * I read in http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16444 that *"in > which a patch was installed that tries to work around some of the MinGW > deficiency; unfortunately the patch broke a lot of things and was backed out. > I'm not optimistic about a fix this time either."* Does the

Re: [Github-comments] [geany/geany] Geany 1.28 "Find in files" doesn't work in Windows 7 64bit OS (#1229)

2016-09-18 Thread Enrico Tröger
I just noticed my previous tests were wrong: the warnings are not just warnings, actually grep doesn't find matches in sub directories without the patch. With the patch, the warnings are gone and matches will be found properly. So, we probably should apply it. -- You are receiving this

Re: [Github-comments] [geany/geany] Geany 1.28 "Find in files" doesn't work in Windows 7 64bit OS (#1229)

2016-09-18 Thread Enrico Tröger
Running the same grep binary from the command line produces the same warnings. After reading http://mingw-users.1079350.n2.nabble.com/Building-GREP-td7582694.html and http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16444 it seems to be a grep issue which is unlikely to be fixed (according to

Re: [Github-comments] [geany/geany] Geany 1.28 "Find in files" doesn't work in Windows 7 64bit OS (#1229)

2016-09-11 Thread elextr
The messages are from the `grep` command shown in blue at the top of the window. Try running it at the command line after `cd`ing to the directory indicated. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: