OMG: @data history-list is *so* useful

2015-05-01 Thread Edward K. Ream
If you aren't using the @data history-list setting chances are that you missing a big chance to simplify your workflow. At one time I thought the history list was a minor feature. I could not have been more wrong. The body of the @data history-list node should contain a list of command names,

Re: New plugin: python_terminal.py, adds an interactive python session to your log pane

2015-05-01 Thread Edward K. Ream
On Fri, May 1, 2015 at 5:01 PM, Edward K. Ream edream...@gmail.com wrote: ​ ​ So I think the problem is in PyInterp. ​Rev ca8fd45 fixes the problem. PyInterp​.focusInEvent must call the base focusInEvent method in order for ensureCursorVisible to have effect. I prefer the following over

Re: New plugin: python_terminal.py, adds an interactive python session to your log pane

2015-05-01 Thread Jacob Peck
On 5/1/2015 9:29 AM, Edward K. Ream wrote: On Tuesday, April 28, 2015 at 2:06:56 PM UTC-5, Jacob Peck wrote: Rev d30c0993f8 includes a new plugin, python_terminal.py, that adds an interactive python session to your log pane. This is very cool. A few comments: 1. The code is based on

Off-topic: jiphy

2015-05-01 Thread Jacob Peck
A neat looking project: https://github.com/timothycrosley/jiphy --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

I'd like help with #106, brew install for MacOS

2015-05-01 Thread Edward K. Ream
If somebody wants a brew install to happen, I would appreciate it if they take my latest formula https://github.com/leo-editor/leo-editor/issues/106 and somehow figure out how to test it and make a pull request. I am pretty much fed up with the whole procedure. Edward -- You received this

Re: New plugin: python_terminal.py, adds an interactive python session to your log pane

2015-05-01 Thread Edward K. Ream
On Fri, May 1, 2015 at 8:29 AM, Edward K. Ream edream...@gmail.com wrote: 2. It's off putting not to have a blinking cursor when the pane has focus. ​It took awhile to track down that c.​idle_focus_helper is the code that checks for missing focus. However, the active switch isn't set, which

Re: New plugin: python_terminal.py, adds an interactive python session to your log pane

2015-05-01 Thread Edward K. Ream
On Tuesday, April 28, 2015 at 2:06:56 PM UTC-5, Jacob Peck wrote: Rev d30c0993f8 includes a new plugin, python_terminal.py, that adds an interactive python session to your log pane. This is very cool. A few comments: 1. The code is based on Python's code module in the standard library. The