Re: Plugins with icon clicking handlers not working

2015-03-19 Thread Jacob M. Peck

On 3/19/2015 10:40 AM, Edward K. Ream wrote:

- c.cleo doesn't exist because, iirc, cleo was a tk plugin.
I'm fairly certain that todo.py creates c.cleo.  That's how I access 
todo.py's functionality from scripts.  Not sure why the loading order 
would cause that creation to fail, though.


-->Jake

--
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...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: @nosent and file parsing

2015-02-19 Thread Jacob M. Peck

Perhaps user-configurable, with a @bool auto-on-refresh-nosent = True?
On 2/19/2015 10:59 AM, Kent Tenney wrote:

might it be feasible / make sense to offer @auto style
parsing when doing @nosent 'refresh from disk' into a blank body?
IE: initial import

Thanks,
Kent

On Wed, Feb 18, 2015 at 7:03 AM, Edward K. Ream  wrote:


On Wed, Feb 18, 2015 at 6:45 AM, Kent Tenney  wrote:

OK, I think I see.
I'm expecting the capability of @auto, which is
more automatic ...

I'm used to rclick refresh parsing on import, @nosent
requires parsing manually, creating the required nodes.


Exactly.

Note that once you add add (or delete, or reorder) nodes in the .leo file
and save the @nosent file, Leo will remember your new organization the next
time Leo opens the file.



I would
hope the simple automation of @auto could remain,


@auto will remain for the foreseeable future, that is, "forever" unless
something better comes along.

Edward


--
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...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


--
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...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: @nosent and file parsing

2015-02-19 Thread Jacob M. Peck

Feels like beating a dead horse here, but +1 for this.
-->Jake
On 2/19/2015 10:59 AM, Kent Tenney wrote:

might it be feasible / make sense to offer @auto style
parsing when doing @nosent 'refresh from disk' into a blank body?
IE: initial import

Thanks,
Kent

On Wed, Feb 18, 2015 at 7:03 AM, Edward K. Ream  wrote:


On Wed, Feb 18, 2015 at 6:45 AM, Kent Tenney  wrote:

OK, I think I see.
I'm expecting the capability of @auto, which is
more automatic ...

I'm used to rclick refresh parsing on import, @nosent
requires parsing manually, creating the required nodes.


Exactly.

Note that once you add add (or delete, or reorder) nodes in the .leo file
and save the @nosent file, Leo will remember your new organization the next
time Leo opens the file.



I would
hope the simple automation of @auto could remain,


@auto will remain for the foreseeable future, that is, "forever" unless
something better comes along.

Edward


--
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...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


--
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...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Leo stylesheets now predefine all colors defined in leoColors.py, and more...

2014-09-18 Thread Jacob M. Peck

Nice work!

These colors are (mostly) the same as: 
http://www.yourhtmlsource.com/stylesheets/namedcolours.html


Here's a semi-interactive Leo colormap: 
http://leo-editor.github.io/snippets/colormap.html


Hover over a color to get Leo's internal name for it. :)

-->Jake

--
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...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: view all parents and navigate?

2014-08-28 Thread Jacob M. Peck


On 8/28/2014 4:51 AM, Edward K. Ream wrote:

creating a position
from a vnode is difficult/impossible.

c.vnode2position(v)?

I've used it for ages, never had any issues.
-->Jake

--
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...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Weird autocompleter bug

2014-08-07 Thread Jacob M. Peck

Same here.
-->Jake

On 8/7/2014 9:37 AM, Fidel N wrote:

Hi all:
Just realized that when doing
"c." and checking the autocompleter options it wont offer the usual 
(p,etc) but offers things like:


CScanner
basescanner

and a few more.
Anyone having this issue?
--
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...@googlegroups.com 
.
To post to this group, send email to leo-editor@googlegroups.com 
.

Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


--
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...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Customizing the layout

2014-05-15 Thread Jacob M. Peck
You could do the whole 'new window' thing, and then reattach it later.  
I think.


Don't have Leo running right now, so I can't test.

-->Jake

On 5/15/2014 10:50 AM, 'Terry Brown' via leo-editor wrote:

On Thu, 15 May 2014 07:40:46 -0700 (PDT)
nakedmind  wrote:


hi terry,

is there a way with the free-layout plugin to quickly maximize a view
pane and restore it to original size later?

No, although that's a good idea, I'll make a note.  Right now you'd
have to make two layouts and switch between them.

Cheers -Terry



--
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...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.