Re: Context menu questions

2011-08-01 Thread Terry Brown
On Mon, 1 Aug 2011 19:28:48 -0700 (PDT) mdb wrote: > I need help understanding howthe context_menu plugin works and I have > some questions > > --Does the context_menu.py plugin automatically determine where to > place each contextmenu command as either a right click Headline item > or a right c

Context menu questions

2011-08-01 Thread mdb
I need help understanding howthe context_menu plugin works and I have some questions --Does the context_menu.py plugin automatically determine where to place each contextmenu command as either a right click Headline item or a right click Body item?What other 'context' are available and is the

Re: Creating pdfs with Leo

2011-08-01 Thread Terry Brown
On Mon, 01 Aug 2011 12:41:11 -0500 Offray Vladimir Luna Cárdenas wrote: > In a related matter with the recent thread about viewing pdfs, I'm > having a lot of joy using the combination of Leo to write > reStructuredText documents and using the pure python tool rst2pdf to > export them in pdf w

Creating pdfs with Leo

2011-08-01 Thread Offray Vladimir Luna Cárdenas
Hi all, In a related matter with the recent thread about viewing pdfs, I'm having a lot of joy using the combination of Leo to write reStructuredText documents and using the pure python tool rst2pdf to export them in pdf with the proper styling in the predefined styles. Then I just open them

Re: Import enchant syntax error

2011-08-01 Thread Offray Vladimir Luna Cárdenas
Hi, I have also seen problems with PyEnchant and Leo on ArchLinux machines, that are solved after removing PyEnchant. Because I don't use it, I just remove it without taking major notice on the error message. Cheers, Offray El 28/07/11 15:48, Largo84 escribió: Trying to get Leo running on

Re: How should a plugin implement persistent preferences?

2011-08-01 Thread Terry Brown
On Mon, 1 Aug 2011 08:24:14 -0500 "Edward K. Ream" wrote: > On Sun, Jul 31, 2011 at 4:27 PM, SegundoBob wrote: > > I'm writing a plugin and I want to allow the user to select one set of > > preferences for the current .leo file and another set of preferences > > to be the current defaults for al

Re: A challenge for us all

2011-08-01 Thread Seth Johnson
On Mon, Aug 1, 2011 at 6:26 AM, Edward K. Ream wrote: > > > On Jul 31, 10:16 am, "Edward K. Ream" wrote: >> Kent sent me this link:http://www.youtube.com/watch?v=vKmQW_Nkfk8 >> >> It's punch line at 11 min. is a line of O'Reilly books.  Highly >> recommended. > > The contrary point of view, which

Re: A challenge for us all

2011-08-01 Thread Edward K. Ream
On Jul 31, 10:16 am, "Edward K. Ream" wrote: > Kent sent me this link:http://www.youtube.com/watch?v=vKmQW_Nkfk8 > > It's punch line at 11 min. is a line of O'Reilly books.  Highly > recommended. The contrary point of view, which I recommend, is to choose the problem first, and then study all t

Re: How should a plugin implement persistent preferences?

2011-08-01 Thread Edward K. Ream
On Sun, Jul 31, 2011 at 4:27 PM, SegundoBob wrote: > I'm writing a plugin and I want to allow the user to select one set of > preferences for the current .leo file and another set of preferences > to be the current defaults for all .leo files. I strongly encourage you to use the standard @setting