GNOME Bugzilla – Bug 126091
Cut and Copy should be (in)sensitive under different conditions
Last modified: 2017-12-22 12:46:30 UTC
Currently, only the function cong_range_can_be_cut is implemented, and some areas of code call this where really they should call cong_range_can_be_copied. In the future, conditions for the availability of cutting and copying will be different (e.g. can't cut in a read-only document, but should still be able to copy) I have a patch which implements cong_range_can_be_copied and changes a few calls to can_be_cut to the correct function, but I'm waiting for anon CVS to catch up before submitting it.
This is a clone of bug 125342
Created attachment 21164 [details] [review] Implements cong_range_can_be_copied
I've applied attachment 21164 [details] [review] to CVS. As discussed on the mailing list, we won't fix this until after the pasting code is more robust, and probably post-0.8.0; marking as a 1.0.0 bug and lowering priority,
Conglomerate is not under active development anymore. It is currently unlikely that there will be any further Conglomerate development. Closing this report as WONTFIX as part of Bugzilla Housekeeping (bug 685689) to reflect reality. Please feel free to reopen this bug report in the future if anyone takes the responsibility for active development again.