FileActions plugin: [EMAIL PROTECTED] type node bug?

2008-04-04 Thread TL
FileActions' onIconDoubleClick method attempts to process non @file type nodes. This generates an error (see end of posting). I would expect FileActions to ignore @file type nodes to avoid a conflict with my use of the open with plugin. I added the following code to the onIconDoubleClick to

Re: Leo 4.4.8 is feature frozen

2008-04-04 Thread Edward K. Ream
On Apr 4, 9:08 am, Edward K. Ream [EMAIL PROTECTED] wrote: And I just discovered another bug: the 'Find' button in the Spell tab has a major performance bug when both the 'Search Body' and 'Search Headline' checkboxes are selected in the *Find* tab. I'll fix this immediately. OMG, I just

Re: Leo 4.4.8 is feature frozen

2008-04-04 Thread thyrsus
I take it you've begun looking at my code :-) On Apr 4, 10:55 am, Edward K. Ream [EMAIL PROTECTED] wrote: On Apr 4, 9:08 am, Edward K. Ream [EMAIL PROTECTED] wrote: And I just discovered another bug: the 'Find' button in the Spell tab has a major performance bug when both the 'Search Body'

found mistake in docs ch. 3

2008-04-04 Thread John Griessen
the rst markup is: - ``F20` (``Cut`` on many Sun workstations) or ``Control-x`` copies the selection in the widget to the clipboard and deletes the selection. These keys have no effect if no text is selected. and should be - ``F20`` (``Cut`` on many Sun workstations) or

Unit testing problem

2008-04-04 Thread Kayvan A. Sylvan
Hi fellow Leo enthusiasts, I am playing with unit testing some of my python code. I created two buttons: test and run-all-tests. The code is as follows: === test === import leoTest leoTest.doTests(c, all=False) === end test === === run-all-tests === import leoTest leoTest.doTests(c, all=True)

Re: Unit testing problem

2008-04-04 Thread thyrsus
I think I saw the same thing doing Alt-4 in the unitTest.leo file, but my screen saver had fired off in the middle of the tests, and I attributed it to an errant extra mouse click, since when I lengthened the screen saver timeout and the test ran uninterrupted, the problem did not recur. If