Re: Moving Launchpad bugs to github: your requests please

2014-09-14 Thread Fidel N
I will have to go with two of my wishlist items. I ported both to Github, I guess that will be more comfortable. They are wishlist, but focused on everyday-use, I think both could improve noob's experiences and accesibility in general. Thanks! https://github.com/leo-editor/leo-editor/issues/56 ht

Re: AttributeError: 'LeoQtBody' object has no attribute 'getSelectedText'

2014-09-14 Thread zhaohe wang
Could you give me a detail about how to do? Thanks! 在 2014年9月14日星期日UTC+8上午11时46分49秒,zhaohe wang写道: > > Leo 4.11 final, build 20140913090303, Sat Sep 13 09:03:03 CDT 2014 > > ubuntu1404 > python2.7.6 > PyQt4 > > *when Ctrl+Shift+f* > > exception executing command > Traceback (most recent call last)

Re: AttributeError: 'LeoQtBody' object has no attribute 'getSelectedText'

2014-09-14 Thread Fidel N
Gladly: Just use Leo to find all/ replace everywhere in your scripts the words "c.frame.body" with the words "c.frame.body.wrapper" Then, do a new find all / replace: "c.frame.body.wrapper.wrapper" with "c.frame.body.wrapper" (This one will avoid duplicates in case you had clones, etc.) On Sun,

Re: AttributeError: 'LeoQtBody' object has no attribute 'getSelectedText'

2014-09-14 Thread zhaohe wang
It was OK now, thanks a lot! 在 2014年9月14日星期日UTC+8上午11时46分49秒,zhaohe wang写道: > > Leo 4.11 final, build 20140913090303, Sat Sep 13 09:03:03 CDT 2014 > > ubuntu1404 > python2.7.6 > PyQt4 > > *when Ctrl+Shift+f* > > exception executing command > Traceback (most recent call last): > File "/home/swot/Ku

@data nodes can now be composed from a tree of nodes!!

2014-09-14 Thread Edward K. Ream
OMG: it was trivial to do this! How did we ever live without it?? Recent revs allow complex @data nodes, like @data qt-gui-plugin-style-sheet, to be composed of the body text of the @data node itself, concatenated to the body text of all its descendants, in outline order. So now the @data q

Re: AttributeError: 'LeoQtBody' object has no attribute 'getSelectedText'

2014-09-14 Thread Edward K. Ream
On Sunday, September 14, 2014 1:59:15 AM UTC-5, Fidel N wrote: > > You must replace "body.x" with "body.wrapper.x" in all your scripts, as > discussed recently, among other posts, here: > > https://groups.google.com/forum/#!topic/leo-editor/DvpF5IvTFSE > Right. But this error occurred in a pl

Re: AttributeError: 'LeoQtBody' object has no attribute 'getSelectedText'

2014-09-14 Thread Edward K. Ream
On Sunday, September 14, 2014 6:26:01 AM UTC-5, Edward K. Ream wrote: > This error occurred in a plugin. I thought I had found all the places that needed to be changed, but obviously I didn't. > I'll do another scan of the plugins immediately. Done. This resulted in changes to the valuespace p

Re: Moving Launchpad bugs to github: your requests please

2014-09-14 Thread Edward K. Ream
On Sun, Sep 14, 2014 at 2:40 AM, Fidel N wrote: > https://github.com/leo-editor/leo-editor/issues/56 > https://github.com/leo-editor/leo-editor/issues/55 Thanks. I've targeted them both for 4.12b1. Edward -- You received this message because you are subscribed to the Google Groups "leo-edit

Re: Moving Launchpad bugs to github: your requests please

2014-09-14 Thread Fidel N
Thank you, very glad to know! On Sun, Sep 14, 2014 at 2:03 PM, Edward K. Ream wrote: > On Sun, Sep 14, 2014 at 2:40 AM, Fidel N wrote: > > > https://github.com/leo-editor/leo-editor/issues/56 > > https://github.com/leo-editor/leo-editor/issues/55 > > Thanks. I've targeted them both for 4.12b1.