[Github-comments] [geany/geany] Find in Files not search in symlink folders (#1364)

Mikhail notifications at xxxxx
Fri Jan 13 11:48:39 UTC 2017


reproduction:
1) create folder c:\666
`mkdir "c:\666"`

2) create folder c:\777
`mkdir "c:\777"`

3) Create example file file with text for search c:\666\example.txt
`echo "Text for Search" > "c:\666\example.txt"`

4) Copy c:\666\example.txt to c:\777\example.txt
`copy "c:\666\example.txt" "c:\777\example.txt"`

5) Create symlink c:\777 -> c:\666\777
`mklink /D "c:\666\777" "c:\777"`

6) Try search `Text for Search` with Geany
![13 01 2017 16-43-57-705](https://cloud.githubusercontent.com/assets/200750/21928939/9a86bdd2-d9af-11e6-8b11-198736689554.png)

File with symlink is not founded `c:\666\777\example.txt`

Screencast: https://youtu.be/lzWsqX4xJm0


-- 
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/1364
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170113/6257f0ec/attachment.html>


More information about the Github-comments mailing list