GNOME Bugzilla – Bug 712313
filebrowser plugin: hiding binaries breaks file name matching
Last modified: 2019-03-23 20:50:38 UTC
When the file browser is set to not show binaries (/org/gnome/gedit/plugins/filebrowser/filter-mode contains 'hide-binary'), entering a search pattern in the search entry has no effect. Filtering by pattern works once you set the filebrowser back to show binaries.
Created attachment 259846 [details] [review] filebrowser: Fix filename matching Ensure filename matching in the filebrowser always works. It wasn't working when the option to show binary files was disabled. Also, don't filter out directories that match binary-patterns.
Review of attachment 259846 [details] [review]: Thanks for tracking this down! Commit both on master and gnome-3-10
Comment on attachment 259846 [details] [review] filebrowser: Fix filename matching Attachment 259846 [details] pushed as 79a134e - filebrowser: Fix filename matching