EditPaste and Ctrl-V

2015-05-14 Thread lewis
Text copied from another program (e.g. text editor, LibreOffice) will not paste using menu commands EditPaste. Using keyboard Ctrl-V works fine. *Leo Log WindowLeo 5.1-final, build 20150514055303, Thu May 14 05:53:03 CDT 2015Git repo info: branch = master, commit = 24c99f770ee9Python 3.4.3

Re: EditPaste and Ctrl-V

2015-05-14 Thread 'Terry Brown' via leo-editor
On Thu, 14 May 2015 07:30:32 -0700 (PDT) Chris George technat...@gmail.com wrote: Totally reproducible on Linux. You can add Cut to the list. Ctrl-X works fine, Cut from the menu has no effect. Delete works as advertised. Just a guess - command names from @cmd don't match menu definitions?

Re: EditPaste and Ctrl-V

2015-05-14 Thread Chris George
Totally reproducible on Linux. You can add Cut to the list. Ctrl-X works fine, Cut from the menu has no effect. Delete works as advertised. Chris Leo 5.1-final, build 20150514085122, Thu May 14 08:51:22 CDT 2015 Git repo info: branch = master, commit = 53c52549d5c7 Python 2.7.6, PyQt

Re: EditPaste and Ctrl-V

2015-05-14 Thread lewis
Both menu commands EditCopy and EditPaste are broken. Using EditCopy in Leo has no effect. It will not replace anything previously copied to the clipboard. However using Ctrl-C works. Regards Lewis -- You received this message because you are subscribed to the Google Groups leo-editor group.

Re: EditPaste and Ctrl-V

2015-05-14 Thread Edward K. Ream
On Thursday, May 14, 2015 at 11:32:11 AM UTC-5, Edward K. Ream wrote: ​The problem is that ​g.isTextWrapper(w) returns False for the LeoQtBody object that is passed to LeoFrame.copyText, etc...So the decorator is not directly at fault. This problem existed on February 3, so recent work is

Re: EditPaste and Ctrl-V

2015-05-14 Thread Edward K. Ream
On Thu, May 14, 2015 at 9:40 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: ​ ​ Just a guess - command names from @cmd don't match menu definitions? ​The problem is that ​g.isTextWrapper(w) returns False for the LeoQtBody object that is passed to LeoFrame.copyText, etc.

Re: EditPaste and Ctrl-V

2015-05-14 Thread Edward K. Ream
On Thu, May 14, 2015 at 9:40 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Thu, 14 May 2015 07:30:32 -0700 (PDT) Chris George technat...@gmail.com wrote: Totally reproducible on Linux. You can add Cut to the list. Ctrl-X works fine, Cut from the menu has no

Re: EditPaste and Ctrl-V

2015-05-14 Thread Edward K. Ream
On Thursday, May 14, 2015 at 7:20:02 AM UTC-5, lewis wrote: Text copied from another program (e.g. text editor, LibreOffice) will not paste using menu commands EditPaste. Fixed at d27c7ef. EKR -- You received this message because you are subscribed to the Google Groups leo-editor group.