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 688449 - Improve the new DocumentManager combo box.
Improve the new DocumentManager combo box.
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: plugins: document-manager
unspecified
Other All
: Normal normal
: ---
Assigned To: Anjuta maintainers
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2012-11-16 10:43 UTC by Carl-Anton Ingmarsson
Modified: 2012-11-17 21:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
document-manager: use on_close_file_activate() when closing file using combo close button. (1.12 KB, patch)
2012-11-16 10:43 UTC, Carl-Anton Ingmarsson
committed Details | Review
document-manager: Show dirty character "*" and "[read-only]" in combo filename. (4.28 KB, patch)
2012-11-16 10:43 UTC, Carl-Anton Ingmarsson
committed Details | Review

Description Carl-Anton Ingmarsson 2012-11-16 10:43:50 UTC
Show save dialog when closing using the button next to the combo box and also show dirty and read-only status in the filename.
Comment 1 Carl-Anton Ingmarsson 2012-11-16 10:43:52 UTC
Created attachment 229115 [details] [review]
document-manager: use on_close_file_activate() when closing file using combo close button.

So that we get the save dialog if the file that is to be closed is dirty.
Comment 2 Carl-Anton Ingmarsson 2012-11-16 10:43:55 UTC
Created attachment 229116 [details] [review]
document-manager: Show dirty character "*" and "[read-only]" in combo filename.
Comment 3 Sébastien Granjoux 2012-11-17 21:56:43 UTC
Review of attachment 229115 [details] [review]:

Thank for your patch. I have committed it.
Comment 4 Sébastien Granjoux 2012-11-17 21:57:15 UTC
Review of attachment 229116 [details] [review]:

Thanks for your patch, I have just committed it without any changes.