transfer edit?

2011-09-30 Thread Todd Mars
I'm playing with xml @auto import. (using @settings @data import_xml_tags) I'm wondering about what we old folks used to call transfer edit. Read one file but Write a different one, transferring so that the original is not clobbered! Make any sense? todd. -- You received this message because

Re: Problem with 'after-auto' event

2011-09-30 Thread Edward K. Ream
On Thu, Sep 29, 2011 at 4:39 PM, Kent Tenney kten...@gmail.com wrote: You nailed it. in leoAtFile.py.readOneAtAutoNode(self, fileName, p): Rev 4501 fixes both problems you mention: - Adds 'c' argument to the existing call to g.doHook('after-auto'...) - Adds another call to

Re: transfer edit?

2011-09-30 Thread Edward K. Ream
On Fri, Sep 30, 2011 at 8:52 AM, Todd Mars tamn...@gmail.com wrote: I'm wondering about what we old folks used to call transfer edit. Read one file but Write a different one, transferring so that the original is not clobbered! Just change the name of the @auto node and save the .leo file. If

Re: Fit and finish: plugins menu docstring

2011-09-30 Thread Kent Tenney
I don't know if this is relevant or not, but the IPython autocompletion capability is awesome. If I'm investigating code I tend to do the following. list the modules in a package: In [1]: from fs import tab this lists the modules, in a package so I pick one In [1]: from fs import osfs the osfs

Re: dodo.py duedates and doc

2011-09-30 Thread Edward K. Ream
On Thu, Sep 29, 2011 at 8:56 AM, Terry Brown terry_n_br...@yahoo.com wrote: I've put the docs back up at http://leo.zwiki.org/Tododoc Thanks for this. I've updated the docstring of todo.py, restoring the link. Edward -- You received this message because you are subscribed to the Google

Re: Fit and finish: plugins menu docstring

2011-09-30 Thread Edward K. Ream
On Fri, Sep 30, 2011 at 9:30 AM, Kent Tenney kten...@gmail.com wrote: I don't know if this is relevant or not, but the IPython autocompletion capability is awesome. It's relevant. Getting the IPython/Leo to work with the latest IPython is on the list. I'll be studying the IPython sources,

OT: Ubuntu 10.10 v 11.04

2011-09-30 Thread Edward K. Ream
Just reverted to 10.10 and my networking works again. I guess I won't have to buy another laptop just yet :-) Imo, 11.04 is actively dangerous and should be avoided if possible. Edward -- You received this message because you are subscribed to the Google Groups leo-editor group. To post to

Re: transfer edit?

2011-09-30 Thread Terry Brown
On Fri, 30 Sep 2011 06:52:13 -0700 (PDT) Todd Mars tamn...@gmail.com wrote: I'm playing with xml @auto import. (using @settings @data import_xml_tags) Just so you know, there's also the xml_edit plugin, which works with the attrib_edit plugin. Provides commands (Alt-x) for importing and

Re: On vacation for about a week

2011-09-30 Thread Edward K. Ream
On Thu, Sep 29, 2011 at 9:06 AM, Terry Brown terry_n_br...@yahoo.com wrote: There's some hard to describe interface bugs that need hunting down too.  - Typing at the bottom of a longish page of text, sometimes the active   line keeps jumping down one position below the bottom of the text  

Re: OT: Ubuntu 10.10 v 11.04

2011-09-30 Thread Terry Brown
On Fri, 30 Sep 2011 07:38:38 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: Just reverted to 10.10 and my networking works again. I guess I won't have to buy another laptop just yet :-) Imo, 11.04 is actively dangerous and should be avoided if possible. Not that I'm trying to

Re: Leo: Think inside the box :-)

2011-09-30 Thread Edward K. Ream
On Wed, Sep 21, 2011 at 10:32 AM, Kent Tenney kten...@gmail.com wrote: Rattling 'round my head ... Buttons: Enhance the button machinery to allow mixed case, spaces, colors. Provide cascading rclick capability: rclick on an rclick list ... Templating: Solid, simple implementation of one

Re: Leo: Think inside the box :-)

2011-09-30 Thread Edward K. Ream
On Wed, Sep 21, 2011 at 1:48 PM, Matt Wilkie map...@gmail.com wrote: As for user interface, I'd love to see myLeoSettings with a checkbox interface and filter bar at the top, and a feature to merge or reset from LeoSettings. ... or maybe something like Firefox's about:config would be better

Re: Leo: Think inside the box :-)

2011-09-30 Thread Edward K. Ream
On Wed, Sep 21, 2011 at 1:51 PM, Kent Tenney kten...@gmail.com wrote: - remove expansion data from .leo file - provide persistence of tab status  (resume editing with same tabs open when using tabbed gui) Excellent ideas. I'll do them both asap. Edward -- You received this message

Re: OT: Ubuntu 10.10 v 11.04

2011-09-30 Thread Kent Tenney
Indeed. My work finds me building quite a few machines, Windows and Linux on old and new hardware. A Windows install takes much of a day to update, the disk or pre-install is always ancient: each update spawns more updates. More likely to encounter missing drivers than: Ubuntu: update one time

Re: Leo: Think inside the box :-)

2011-09-30 Thread Edward K. Ream
On Wed, Sep 21, 2011 at 4:10 PM, Terry Brown terry_n_br...@yahoo.com wrote: This is something I'd like to add to the free_layout / nestedsplitter code.  The ability to pop out a pane, or to create it in a popped out state to begin with. Yes, this would be good. After studying the code in

Re: OT: Ubuntu 10.10 v 11.04

2011-09-30 Thread Edward K. Ream
On Fri, Sep 30, 2011 at 10:48 AM, Kent Tenney kten...@gmail.com wrote: Ubuntu: update one time to make software current regardless of starting point. And, a command to apt-get results in all the cool functionality the Windows box won't have without $$$ I agree with you and Terry: generally

Re: OT: Ubuntu 10.10 v 11.04

2011-09-30 Thread Terry Brown
On Fri, 30 Sep 2011 10:58:33 -0500 Edward K. Ream edream...@gmail.com wrote: However, the transition to Ubuntu unity was a step backward. I don't know what happened, but my wireless networking broke. I use the xfce desktop, so no unity problems. I would have thought you'd use ratpoison :-)

Re: OT: Ubuntu 10.10 v 11.04

2011-09-30 Thread Kent Tenney
Right, YMMV trumps all. Disclaimer: I seem to have a disorder related to masochism, wherein I enjoy, nay seek, frustration. :-] On Fri, Sep 30, 2011 at 10:58 AM, Edward K. Ream edream...@gmail.com wrote: On Fri, Sep 30, 2011 at 10:48 AM, Kent Tenney kten...@gmail.com wrote: Ubuntu: update

Re: Leo page on python wiki (was Re: Next blender step: a proper debugger)

2011-09-30 Thread Edward K. Ream
On Mon, Sep 26, 2011 at 11:33 AM, Matt Wilkie map...@gmail.com wrote: Also the [link to home] at top left changes from Leo v4.7 to 4.8 to 4.9 a lot depending on where you are, which I guess might be good because the content might be specific to that version. However it is confusing because

Re: Plugin mod_http ?

2011-09-30 Thread Terry Brown
On Mon, 4 Apr 2011 02:17:47 -0700 (PDT) VR viktor.ransm...@gmail.com wrote: Is anyone successfully using mod_http ? Upon further investigation it seems this is working, just needs @bool http_active = True in setting somewhere. So, Delicious ate my bookmarks, something about some opt in

Re: Plugin mod_http ?

2011-09-30 Thread Edward K. Ream
On Fri, Sep 30, 2011 at 3:08 PM, Terry Brown terry_n_br...@yahoo.com wrote: Upon further investigation it seems this is working, just needs @bool http_active = True Oh good. what if a running Leo could capture bookmarks from the browser - all it needs is a simple Javascript bookmarklet to

Re: Leo page on python wiki (was Re: Next blender step: a proper debugger)

2011-09-30 Thread Edward K. Ream
On Mon, Sep 26, 2011 at 11:33 AM, Matt Wilkie map...@gmail.com wrote: While doing so I noted that on the sourceforge project page some screenshots are bit old, such as touting Tk. shows tk - http://webpages.charter.net/edreamleo/screen-shots.html uses @thin -

An attempt at fixing the scrolling bug

2011-09-30 Thread Edward K. Ream
This afternoon I once again encountered a scrolling bug. I searched for some text, manually scrolled the body pane, and then next click caused chaos, that is, an unwanted and disconcerting scroll. Since then, I have been unable to duplicate the bug, but I am quite sure I wasn't dreaming :-) In

Re: An attempt at fixing the scrolling bug

2011-09-30 Thread Edward K. Ream
On Sep 30, 8:10 pm, Edward K. Ream edream...@gmail.com wrote: In an effort to squash this bug, I have disabled all the code that saved and restored the vertical scroll position of the body pane. Instead, the code saves and restores the insert point, then calls w.seeInsertPoint() to force Qt

Re: On vacation for about a week

2011-09-30 Thread Edward K. Ream
On Sep 30, 9:46 am, Edward K. Ream edream...@gmail.com wrote:  The auto complete popup is system-wide modal, it should only be modal over Leo windows. Thanks for reminding me of this.  I'll attempt a fix today. Hmm. All works well on Windows 7. I do see the system-wide model behavior on

Re: On vacation for about a week

2011-09-30 Thread Terry Brown
On Fri, 30 Sep 2011 19:21:38 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: None of these would appear to be a system-wide modality, and furthermore, the default is supposed to be NonModal. Then modality is probably not the problem. The window is special in other ways, being