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. -->Jak

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

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, Edwa

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 me

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

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

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 th