Re: current commander

2014-06-26 Thread Fidel N
well found out I can solve it by using c as an argument in the functions defined in the other Leo window. Then I can call those functions from other leo windows using their 'c' as argument. -- You received this message because you are subscribed to the Google Groups leo-editor group. To

Re: Installing Leo Mint

2014-06-26 Thread dufriz
It's tragic if Leo ends up keeping someone stuck in Windows :-} Tragic?!? Rather, you should feel honored ;) BTW, I was not actually planning to abandon Windows altogether, so I guess it is not a major inconvenience, after all. -- You received this message because you are subscribed to the

Re: current commander

2014-06-26 Thread 'Terry Brown' via leo-editor
On Thu, 26 Jun 2014 02:41:01 -0700 (PDT) Fidel N fidelpe...@gmail.com wrote: well found out I can solve it by using c as an argument in the functions defined in the other Leo window. Then I can call those functions from other leo windows using their 'c' as argument. Ok, good, I don't

Re: current commander

2014-06-26 Thread Fidel N
Wow, your solution is FAR better than what I was going to do. You saved me a few headaches again, thanks 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

Re: Installing Leo Mint

2014-06-26 Thread Edward K. Ream
On Wed, Jun 25, 2014 at 1:26 PM, duf...@gmail.com wrote: I have just installed the latest Linux Mint (v17, Mate), and it's the first Linux installation that I am actually planning to use, after having tried and tested many other distros. This has been an interesting discussion. Thanks for

Re: Calling a leo class function from the minibuffer

2014-06-26 Thread Edward K. Ream
On Wed, Jun 25, 2014 at 2:48 PM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Wed, 25 Jun 2014 12:17:40 -0700 (PDT) Fidel N fidelpe...@gmail.com wrote: And the main thing is its the other way around. AHK sniffs around my actions, then points to Leo commands to complete

Re: Calling a leo class function from the minibuffer

2014-06-26 Thread Fidel N
Yes, I am currently very happy with my solution. I made this Leo command, which I put in myleosettings.leo file: from Tkinter import Tk r = Tk() script = r.clipboard_get() exec(script) c.gui.replaceClipboardWith(result) Then I made an AHK function that calls that command, and since Leo

Re: Calling a leo class function from the minibuffer

2014-06-26 Thread jkn
Hi Fidel I don't intend to disparage AutoHotKey, which I used a little many moons ago and remains a well-thought of program. But you might be interested in some python-based alternatives for Windows automation. The ones I know of are: pywinauto:https://code.google.com/p/pywinauto/

Re: Support for Qt5 has begun

2014-06-26 Thread 'Terry Brown' via leo-editor
On Sun, 15 Jun 2014 11:53:07 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: Another instance of this trap: https://github.com/leo-editor/leo-editor/commit/ecca25af I think searching for all occurrences of clicked() and triggered() with both kinds of quotes would find

Re: Is there a way to move button toolbar to the continuation of the menubar?

2014-06-26 Thread 'Terry Brown' via leo-editor
On Fri, 20 Jun 2014 11:39:17 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: I've just added the following commands: gui-all-hide gui-all-show gui-iconbar-hide gui-iconbar-show gui-menu-hide gui-menu-show gui-minibuffer-hide gui-minibuffer-show

Re: Inaccuracies with @shadow

2014-06-26 Thread 'Terry Brown' via leo-editor
On Mon, 23 Jun 2014 07:26:58 +1200 David McNab davidmcna...@gmail.com wrote: However, with numerous Python files, @shadow has been inaccurately writing out files. The main inaccuracies have been to do with indent levels for significant blocks of code (a massive dealbreaker in Python), which

Re: Is there a way to move button toolbar to the continuation of the menubar?

2014-06-26 Thread 'Terry Brown' via leo-editor
On Thu, 26 Jun 2014 13:54:32 -0500 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: gui-minibuffer-show gui-statusbar-hide gui-statusbar-show and now gui-tabbar-hide gui-tabbar-show ...and, realizing that show and hide commands are bad candidates for key