On Tuesday, March 24, 2020 at 8:14:37 AM UTC-5, Edward K. Ream wrote: For 6.2, I *will *add items to @data contextmenu-commands in > leoSettings.leo. These items will create cut/copy/paste/select-all *text* > items popup menus. These items will be added in the 6.2 branch, and merged > into devel. >
This plan did not survive first contact with the code. The configuredcommands_rclick function in contextmenu.py does not work as is with cut/copy/paste-text. These commands require an event arg which the callback must create. The necessary change should be safe enough, but it's uncomfortably late. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/4ef138bb-1efc-4ec8-8fc0-8dafd3a9f477%40googlegroups.com.
