After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 565492 - Search does not work on non-local files
Search does not work on non-local files
Status: RESOLVED OBSOLETE
Product: anjuta
Classification: Applications
Component: plugins: search
SVN TRUNK
Other All
: Normal enhancement
: ---
Assigned To: Anjuta maintainers
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-23 18:44 UTC by Jens Georg
Modified: 2012-02-12 12:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove stdio in seach plugin (3.89 KB, patch)
2008-12-23 18:46 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2008-12-23 18:44:37 UTC
Search should also be able to handle non-local files using gio instead of stdio functions
Comment 1 Jens Georg 2008-12-23 18:46:23 UTC
Created attachment 125215 [details] [review]
remove stdio in seach plugin

This is considered part one which ports the reading and writing of files from stdio to gio. The harder part is to make the search plugin use uris instead of local paths.
Comment 2 Johannes Schmid 2008-12-26 08:13:04 UTC
Thanks for the patch - it has been committed to trunk.
Comment 3 Sébastien Granjoux 2009-02-07 21:55:29 UTC
The search plugins search only in project files which, I think, are always local.
I don't think it's useful to handle non-local files.
Comment 4 Johannes Schmid 2012-02-12 12:29:54 UTC
The new find in files can search in any GFile - still only in project files though. But you can store them whereever GIO can access them.