Re: free_layout branch status?

2011-07-28 Thread Edward K. Ream
On Wed, Jul 27, 2011 at 7:41 PM, lewis lewisn...@operamail.com wrote: Running Unit Tests with the latest build 4439 can result in leoRecentFiles.txt being overwritten. After running launchLeo.py leo/test/unitTest.leo (Alt-4) and unitTest.leo is still active the FileRecent Files menu is

Re: free_layout branch status?

2011-07-28 Thread lewis
True, but it overwrites and removes all previous file records which surprised me. That's why I suggested a backup, or just add unitTest.leo to the leoRecentFiles.txt file. Lewis On Jul 28, 9:03 pm, Edward K. Ream edream...@gmail.com wrote: As you say, it's not the running of the unit tests

Re: free_layout branch status?

2011-07-28 Thread Edward K. Ream
On Thu, Jul 28, 2011 at 8:39 AM, lewis lewisn...@operamail.com wrote: True, but it overwrites and removes all previous file records which surprised me. I wonder whether perhaps a unit test does this... Edward -- You received this message because you are subscribed to the Google Groups

Re: Clearing/overwriting a shortcut for a command that already have a shortcut

2011-07-28 Thread Edward K. Ream
On Wed, Jul 27, 2011 at 12:45 PM, Fernando Girotto fernando.giro...@gmail.com wrote: Is it possible to overwrite a shortcut? The short answer is, yes, it's possible to do anything with Python and Leo. The next question is, how hard is it to do? Another question is, in what context do you want

Re: CAUTION: new double click handling code

2011-07-28 Thread Edward K. Ream
On Wed, Jul 27, 2011 at 10:19 AM, Terry Brown terry_n_br...@yahoo.com wrote: Then, in a vanilla environment create this outline: @url link    .../leo/test/test.leo# (except put the needed path in place of ...) double clicking the node should open test.leo in a new tab.  Where's the focus?

Re: CAUTION: new double click handling code

2011-07-28 Thread Terry Brown
On Thu, 28 Jul 2011 11:52:06 -0500 Edward K. Ream edream...@gmail.com wrote: On Wed, Jul 27, 2011 at 10:19 AM, Terry Brown terry_n_br...@yahoo.com wrote: Then, in a vanilla environment create this outline: @url link    .../leo/test/test.leo# (except put the needed path in place of

Re: CAUTION: new double click handling code

2011-07-28 Thread Edward K. Ream
On Thu, Jul 28, 2011 at 12:01 PM, Terry Brown terry_n_br...@yahoo.com wrote: I'll be removing the timer hacks next. Done at rev 4441. I still petition for retention of the 'suppress double single click until we know it's not a double click' hack in baseNativeTree with @settings keeping it

Re: What colors layout options should Leo use by default?

2011-07-28 Thread Edward K. Ream
On Jul 27, 12:06 pm, Edward K. Ream edream...@gmail.com wrote: Experience will show whether the large change is acceptable.  I'm thinking that I would like it myself.  In any event, all such matters must be under user control. Switching between light and dark solarized schemes may indeed be

Re: CAUTION: new double click handling code

2011-07-28 Thread Terry Brown
On Thu, 28 Jul 2011 12:06:46 -0500 Edward K. Ream edream...@gmail.com wrote: On Thu, Jul 28, 2011 at 12:01 PM, Terry Brown terry_n_br...@yahoo.com wrote: I'll be removing the timer hacks next. Done at rev 4441. I still petition for retention of the 'suppress double single click

Import enchant syntax error

2011-07-28 Thread Largo84
Trying to get Leo running on a WinXP laptop (Leo v 4.9 b4 and Python 3.2). Leo runs fine until I try to install PyEnchant. After installing PyEnchant (latest version 1.5.3), I get the following error when running launchLeo.py: import enchant File C:Python32\lib\site-packages\enchant\__init__.py,

Re: Position comparisons GT, GTE, LT, LTE may be unreliable

2011-07-28 Thread Edward K. Ream
On Tue, Jul 26, 2011 at 10:26 PM, SegundoBob bhoss...@ieee.org wrote: The bug is in the code for GT, but since GT is used to implement all the other unequal comparisons, there are bugs in GTE, LTE, and LT as well. See my bug report and patches to fix the problem:

Re: CAUTION: new double click handling code

2011-07-28 Thread Edward K. Ream
On Thu, Jul 28, 2011 at 12:37 PM, Terry Brown terry_n_br...@yahoo.com wrote: It's up to you of course, if you can't bear the thought of it lurking in the code, it can go. I can't bear the code. Sorry. Edward -- You received this message because you are subscribed to the Google Groups

Re: Import enchant syntax error

2011-07-28 Thread Largo84
Thanks, that is weird. I just downloaded it a few days ago, don't know how/why I got v1.5.3/ On Jul 28, 4:59 pm, Terry Brown terry_n_br...@yahoo.com wrote: On Thu, 28 Jul 2011 13:48:18 -0700 (PDT) Largo84 larg...@gmail.com wrote: Trying to get Leo running on a WinXP laptop (Leo v 4.9 b4 and