GNOME Bugzilla – Bug 692175
file-manager: Add option for showing the currently edited file.
Last modified: 2013-01-21 20:30:15 UTC
The second patch adds a new option for showing the currently edited file in the file-manager. The code used for this could also be used to implement https://bugzilla.gnome.org/show_bug.cgi?id=571749
Created attachment 233986 [details] [review] file-manager: Use a GFile instead of an URI for the base path property. In AnjutaFileView and FileModel. Also rename the property to "base-path".
Created attachment 233987 [details] [review] file-manager: Add option for showing the currently edited file in the file manager.
Created attachment 233988 [details] [review] file-manager: Enable typeahead search.
Comment on attachment 233986 [details] [review] file-manager: Use a GFile instead of an URI for the base path property. Thanks you can commit it.
Comment on attachment 233987 [details] [review] file-manager: Add option for showing the currently edited file in the file manager. Thanks, this looks fine for me.
Comment on attachment 233988 [details] [review] file-manager: Enable typeahead search. Thanks
Please commit all these changes. Could you try to add menu item to select the current file too and fix the bug #571749? I have tried your current plugin. I don't use the file manager pane that often but I think that having it moving each time is perhaps a bit disturbing a menu item will avoid this.
Attachment 233986 [details] pushed as 6ab47e1 - file-manager: Use a GFile instead of an URI for the base path property. Attachment 233987 [details] pushed as aa3dea4 - file-manager: Add option for showing the currently edited file in the file manager. Attachment 233988 [details] pushed as c0cb1f0 - file-manager: Enable typeahead search.