Re: The screenshots plugin is ready

2010-10-04 Thread Edward K. Ream
On Sep 17, 11:18 am, Edward K. Ream edream...@gmail.com wrote: It's pretty clear what is required: 1. Treat @slide nodes as @rst nodes as far as the rst code is concerned. 2. Get really clear about what the default paths will be, and where files will go. This should be finished today.

Leo and Objective-C highlighting

2010-10-04 Thread Tyomalu
Hi! I am trying to adapt Leo for my project, most code of which is written in Objective-C. And it makes some difficulties. Objective-C syntax uses @ symbol all the time, for example: @interface Application: NSObject @end @implementation Application - (void) init { NSLog(Hello world); } @end

Re: bzr for leo

2010-10-04 Thread Edward K. Ream
On Fri, Oct 1, 2010 at 3:10 PM, Ville M. Vainio vivai...@gmail.com wrote: On Fri, Oct 1, 2010 at 11:02 PM, Terry Brown terry_n_br...@yahoo.com wrote: No, I couldn't work out how to upload it to the wiki, which was definitely possible in the past. Why don't we just create a contrib branch in

Re: Import from Treepad

2010-10-04 Thread Edward K. Ream
On Sun, Oct 3, 2010 at 8:05 PM, Colin Davies davie...@gmail.com wrote: I just found a utility on the Treepad site: http://www.treepad.com/utils/ Python TreePad reader script Maybe someone could use that as a start. I would certainly find it useful to convert all my Treepad files. This might

Re: Leo and Objective-C highlighting

2010-10-04 Thread Edward K. Ream
On Mon, Oct 4, 2010 at 9:14 AM, Tyomalu tyoma...@gmail.com wrote: Is there any solution to interpret those symbols as keywords but not as Leo commands? The following script works. for z in ('interface','implementation','end'): if z not in g.globalDirectiveList:

Re: corrupted leo file?

2010-10-04 Thread Matt Wilkie
On Sun, Oct 3, 2010 at 6:47 PM, Graham Chiu compkar...@gmail.com wrote: Found the issue.   Leo was always opening the file minimized.  Windows prevented me from alt-tabbing to it while minimized. Very bizzare.  I had to move my mouse over the small window ( selecting it as is normal would not

Re: corrupted leo file?

2010-10-04 Thread Terry Brown
On Mon, 4 Oct 2010 09:38:31 -0700 Matt Wilkie map...@gmail.com wrote: I've had this happen with other applications before, though not for a number of years now. I've also had apps moved off-screen instead of mimimized. In this case the workaround was to [alt-space] to bring up the corner

Re: The screenshots plugin is ready

2010-10-04 Thread Edward K. Ream
On Oct 4, 9:22 am, Edward K. Ream edream...@gmail.com wrote: It's pretty clear what is required: 1. Treat @slide nodes as @rst nodes... This was easy: the new make_slide method just writes the body of the @slide node to an slide-name.html.txt. It does *not* call docutils because the

Re: The screenshots plugin is ready

2010-10-04 Thread Edward K. Ream
On Oct 4, 5:42 pm, Edward K. Ream edream...@gmail.com wrote: To do:commands must make the **slideshow directory** if it doesn't exist.  (I created it by hand for the initial tests). Done at rev 3414. Actually, the new code makes directories for all arguments. EKR -- You received this