iLeo double spacing Demo text in Ipython instance

2010-01-02 Thread tfer
I had this problem before, and Ville suggested something, either updating pyreadline or getting his lastest version of ipython- extension. Well, I'm at the latest in both as far as I can tell and I'm seeing this effect again. To elaborate, I'm creating a Demo object (ipython) that runs a slidesho

Re: p.__getattr__ ON error

2010-01-02 Thread mdb
It is working now after switching to 4.6.3 final Might have been another mistake I made, as I was alternating between Leo 4.6.2 and Python 2.5 and 2.6. Something else: How can I use IDLE to edit a node as I could by mouse-right click. I can use SCITE: g.app.db['LEO_EDITOR']='scite' but this do

Re: Problem creating new .leo file

2010-01-02 Thread Edward K. Ream
On Sat, Jan 2, 2010 at 4:36 PM, Steve Zatz wrote: > Bzr pull from about an hour ago: >   File "/home/slzatz/leo-editor/leo/plugins/qtGui.py", line 3608, in > createFrame >     dw.setWindowTitle(tip) # 2010/1/1 > TypeError: argument 1 of QWidget.setWindowTitle() has an invalid type Thanks for thi

Re: writeNodeToString with 'html'

2010-01-02 Thread Edward K. Ream
On Jan 2, 5:31 pm, "Edward K. Ream" wrote: > I suspect a subtle change tripped you up.  Using ".html" for the > extension works.  Leo should add a leading period to the extension if > it does not exist before making a test.  I'll up the new code today. Done at the trunk at rev 2620. Edward -

Re: writeNodeToString with 'html'

2010-01-02 Thread Edward K. Ream
On Sat, Jan 2, 2010 at 4:31 PM, mdb wrote: > Using Leo 4.6.3 > > p,s = c.rstCommands.writeNodeToString(p,ext='html') > > produces RST format output.  Same with ext='tex' > > Is the other rst3 writing options no longer working ? I suspect a subtle change tripped you up. Using ".html" for the exte

Re: writeNodeToString with 'html'

2010-01-02 Thread mdb
Never mind. the docutils module was not installed I fixed this and now it works as expected using ext='.tex' The '.' is important otherwise rst is created. On Jan 2, 4:31 pm, mdb wrote: > Using Leo 4.6.3 > > p,s = c.rstCommands.writeNodeToString(p,ext='html') > > produces RST format output.  Sa

Re: p.__getattr__ ON error

2010-01-02 Thread Edward K. Ream
On Sat, Jan 2, 2010 at 2:50 PM, mdb wrote: > Running code such as > > for p in c.allNodes_iter(): >    g.es(p.level(),p.h) > > I get an error that says > > p.__getattr__  ON:  must be ON if use_plugins >From an earlier question I assume you are using Leo 4.6.3 final. I just ran this script in le

Problem creating new .leo file

2010-01-02 Thread Steve Zatz
Bzr pull from about an hour ago: Leo Log Window Leo 4.7 devel, build 2277, August 28, 2009 Python 2.6.4, qt version 4.5.2 linux2 reading: /home/slzatz/sticky.leo reading: @thin /home/slzatz/leo-editor/leo/plugins/stickynotes_plus.py exception executing command Traceback (most recent call last):

writeNodeToString with 'html'

2010-01-02 Thread mdb
Using Leo 4.6.3 p,s = c.rstCommands.writeNodeToString(p,ext='html') produces RST format output. Same with ext='tex' Is the other rst3 writing options no longer working ? -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, se

Bookmarking multiple leo files (projects).

2010-01-02 Thread Terry Brown
Thanks, Edward, for your recent improvements on the qttabs gui, which I use all the time. Here's a snippet I find useful for managing multiple leo files (projects). In workbook.leo, the default .leo file, I have a node named "Links (@bookmarks)". The `...@bookmarks` tells the bookmarks.py plugi

p.__getattr__ ON error

2010-01-02 Thread mdb
Running code such as for p in c.allNodes_iter(): g.es(p.level(),p.h) I get an error that says p.__getattr__ ON: must be ON if use_plugins Did I accidentally mess up a leo setting? -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post t

Re: Big @shadow collaboration Ahas! Just make it work

2010-01-02 Thread Edward K. Ream
On Sat, Jan 2, 2010 at 9:07 AM, vitalije wrote: > Maybe the solution for using @shadow in collaborative environment like > bazaar could be found in developing some bazaar plug-in for push / > pull that would cope with @shadow and private files. Yes, this is possible. I know from experience, thou

Re: Big @shadow collaboration Ahas! Just make it work

2010-01-02 Thread vitalije
Maybe the solution for using @shadow in collaborative environment like bazaar could be found in developing some bazaar plug-in for push / pull that would cope with @shadow and private files. In repository should be kept private files (with sentinels). The plug-in should be able to pull either priv