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 692175 - file-manager: Add option for showing the currently edited file.
file-manager: Add option for showing the currently edited file.
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: plugins: file-manager
unspecified
Other All
: Normal normal
: ---
Assigned To: Johannes Schmid
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2013-01-21 08:47 UTC by Carl-Anton Ingmarsson
Modified: 2013-01-21 20:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
file-manager: Use a GFile instead of an URI for the base path property. (9.26 KB, patch)
2013-01-21 08:47 UTC, Carl-Anton Ingmarsson
committed Details | Review
file-manager: Add option for showing the currently edited file in the file manager. (23.47 KB, patch)
2013-01-21 08:48 UTC, Carl-Anton Ingmarsson
committed Details | Review
file-manager: Enable typeahead search. (1.45 KB, patch)
2013-01-21 08:48 UTC, Carl-Anton Ingmarsson
committed Details | Review

Description Carl-Anton Ingmarsson 2013-01-21 08:47:57 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
Comment 1 Carl-Anton Ingmarsson 2013-01-21 08:47:59 UTC
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".
Comment 2 Carl-Anton Ingmarsson 2013-01-21 08:48:02 UTC
Created attachment 233987 [details] [review]
file-manager: Add option for showing the currently edited file in the file manager.
Comment 3 Carl-Anton Ingmarsson 2013-01-21 08:48:04 UTC
Created attachment 233988 [details] [review]
file-manager: Enable typeahead search.
Comment 4 Sébastien Granjoux 2013-01-21 18:45:50 UTC
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 5 Sébastien Granjoux 2013-01-21 18:53:34 UTC
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 6 Sébastien Granjoux 2013-01-21 18:53:48 UTC
Comment on attachment 233988 [details] [review]
file-manager: Enable typeahead search.

Thanks
Comment 7 Sébastien Granjoux 2013-01-21 18:57:51 UTC
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.
Comment 8 Carl-Anton Ingmarsson 2013-01-21 20:30:07 UTC
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.