Re: Leo cheatsheet

2013-09-21 Thread dufriz
Yes, please, create a cheatsheet soon. It will be useful for a beginner to get started. -- 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 leo-editor+unsubscr...@goo

Re: Warning: revs 6016-6020 contain a grand housekeeping

2013-09-21 Thread gatesphere
On 9/21/2013 4:02 PM, Terry Brown wrote: On Sat, 21 Sep 2013 10:05:18 -0500 Terry Brown wrote: -if len(allIcons) != len(icons): # something to add / remove -com.setIconList(p, icons) + +com.setIconList(p, icons) in leo/plugins/todo.py fixes it, the code was messy

Re: Warning: revs 6016-6020 contain a grand housekeeping

2013-09-21 Thread Terry Brown
On Sat, 21 Sep 2013 10:05:18 -0500 Terry Brown wrote: > -if len(allIcons) != len(icons): # something to add / remove > -com.setIconList(p, icons) > + > +com.setIconList(p, icons) > > in leo/plugins/todo.py fixes it, the code was messy and dubious. But > why it only

Re: Warning: revs 6016-6020 contain a grand housekeeping

2013-09-21 Thread Terry Brown
On Sat, 21 Sep 2013 09:10:49 -0500 Terry Brown wrote: > On Fri, 20 Sep 2013 23:34:13 -0400 > gatesphere wrote: > > > Working: windows xp/python 2.7 > > Not working: windows 7 64-bit/python 2.7 32-bit > > Yep, I've seen no issues in Ubuntu, but a win 7 VM is showing the > problem. So... a Win

Re: initial_split_orientation not applied

2013-09-21 Thread Terry Brown
On Sat, 21 Sep 2013 09:26:27 -0500 "Edward K. Ream" wrote: > I'm having a bit of trouble pushing this rev. I'm working on it. Launchpad seems to be broken at the moment. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubsc

Re: initial_split_orientation not applied

2013-09-21 Thread Edward K. Ream
On Sat, Sep 21, 2013 at 7:29 AM, lewis wrote: > Edward, > > Why are there 2 cloned entries for the initial_split_orientation? > The clones are not a problem: the *same* setting appears in two different views of the settings. But rev 6025 fixes a much more confusing problem. There were two sett

Re: Warning: revs 6016-6020 contain a grand housekeeping

2013-09-21 Thread Terry Brown
On Fri, 20 Sep 2013 23:34:13 -0400 gatesphere wrote: > Working: windows xp/python 2.7 > Not working: windows 7 64-bit/python 2.7 32-bit Yep, I've seen no issues in Ubuntu, but a win 7 VM is showing the problem. So... a Win 7 specific issue, not even windows specific... wonderful :-} Cheers -Te

Re: initial_split_orientation not applied

2013-09-21 Thread lewis
Edward, Why are there 2 cloned entries for the initial_split_orientation? #@settings-->Appearance-->Windows and also #@settings-->Window One should be sufficient. Thanks Lewis On Saturday, September 21, 2013 9:54:41 PM UTC+10, Edward K. Ream wrote: > > On Saturday, September 21, 2013 6:39:19 AM

Re: initial_split_orientation not applied

2013-09-21 Thread Edward K. Ream
On Saturday, September 21, 2013 6:39:19 AM UTC-5, Edward K. Ream wrote: > Drat. All the setting in the "Candidates" tree should be clones of nodes in the @settings tree. Otherwise, changing the nodes in the "Candidates" tree will have no real effect. Mostly a false alarm. Not every node need

Re: initial_split_orientation not applied

2013-09-21 Thread Edward K. Ream
On Sat, Sep 21, 2013 at 6:17 AM, lewis wrote: In earlier builds of Leo the setting was recognised if located under > #Candidates for settings in myLeoSettings.leo-->Appearance-->Windows--> > > However it is only recognised when located later under #@settings > Drat. All the setting in the "Cand

Warning: rev 6023 simplifies creation of event filters

2013-09-21 Thread Edward K. Ream
Take heart: this is the last planned cleanup of the code for Leo 4.11. All unit tests pass, and I am happily eating my own dog food, but problems could have crept in. Please report any such immediately. The new code is enabled by the newFilter switch at the start of qtGui.py. In an emergency

Re: initial_split_orientation not applied

2013-09-21 Thread lewis
The setting appears to have moved to a later location in the leosettings.leo file supplied with leo. In earlier builds of Leo the setting was recognised if located under #Candidates for settings in myLeoSettings.leo-->Appearance-->Windows--> However it is only recognised when located later under

Re: On Topic: Intuition Pumps

2013-09-21 Thread Edward K. Ream
On Fri, Sep 20, 2013 at 11:07 AM, Loyall, David wrote: In > [C], a string "Hello" stored at memory location 1100 ends at memory > location 1105 and looks like this on the wire: "Hello". (Bits actually, you > know.) > > In a dynamically typed environment (Python?), a string "Hello" stored at > memo

Re: [Answered] Create a command that accepts arguments - Define a function globally for a Leo file

2013-09-21 Thread Fidel N
haha great, thanks Edward! On Friday, September 20, 2013 9:42:39 AM UTC+2, Fidel N wrote: > > Hi: While I was preparing the question I came up with the answer. Im still > posting this because IMO its a very useful way of using the dictionary in > c.XXX, and I couldn't think of it before. > This

Re: [Answered] Create a command that accepts arguments - Define a function globally for a Leo file

2013-09-21 Thread Edward K. Ream
On Sat, Sep 21, 2013 at 2:20 AM, Fidel N wrote: > Thank you for your comments Edward, I always learn a lot with them. > I was concerned about pollution (I dont like to spread variables all over > the place), so my plan was to put them in a new dictionary instead of > directly in c: > > c.FPRDict=

Re: Leo Blog: publishing instructions added to the readme

2013-09-21 Thread Edward K. Ream
On Fri, Sep 20, 2013 at 10:05 AM, Jacob Peck wrote: > > I've written up some rough publishing instructions for writing articles on > the Leo blog. Thanks, Jacob. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this gro

Re: Warning: revs 6016-6020 contain a grand housekeeping

2013-09-21 Thread Edward K. Ream
On Fri, Sep 20, 2013 at 10:25 PM, Terry Brown wrote: > On Fri, 20 Sep 2013 19:50:34 -0700 (PDT) > "Edward K. Ream" wrote: > > > Indeed, I did remove one method from bookmarks.py. > > bzr says you didn't...? > Sorry, it was backlink.py. And the change removed a call, rather than a method. It n

Re: Leo Blog: publishing instructions added to the readme

2013-09-21 Thread Fidel N
Thank for this Jacob. Cant wait to finish my current todo list and be able to get into this, which just made my list longer hehe. On Saturday, September 21, 2013 3:02:08 AM UTC+2, HaveF wrote: > > On Friday, September 20, 2013 11:05:42 PM UTC+8, Jacob Peck wrote: > >> Hi all, >> >> I've written

Re: Why Leo as a web app is unlikely

2013-09-21 Thread Fidel N
If Kivy is the solution (with what I would actually agree very much), please say what you want to get before you start working on it, because I think I could give some useful info and scripts that already work from Leo. I have been working

Re: [Answered] Create a command that accepts arguments - Define a function globally for a Leo file

2013-09-21 Thread Fidel N
Thank you for your comments Edward, I always learn a lot with them. I was concerned about pollution (I dont like to spread variables all over the place), so my plan was to put them in a new dictionary instead of directly in c: c.FPRDict={} > def myfunction(): > g.es("hello") > c.FPRDict["myf