Re: Qt's triggered() signal

2014-07-02 Thread Edward K. Ream
On Tue, Jul 1, 2014 at 7:12 PM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: I've done some experiments and it seems that Qt can send its triggered(checked) signal to callables that accept zero or more arguments. Thanks for this research. The following remarks are based on:

Re: issues/bugs from launchpad to github - volunteers?

2014-07-02 Thread 'Terry Brown' via leo-editor
On Wed, 2 Jul 2014 08:16:43 -0700 (PDT) Fidel N fidelpe...@gmail.com wrote: Hi Terry, I also remember that was talked a while ago. You guys probably knew about this, but just in case, I found a batch exporter from Launchpad into excel (half of the work):

Re: spatial versioning

2014-07-02 Thread Edward K. Ream
On Tue, Jul 1, 2014 at 10:09 AM, Kent Tenney kten...@gmail.com wrote: OK, I've written a simple implementation of 'spatial versioning' ... The gui element turns out to be not required, in fact, I expect it would be horrible to have tabs for each choice. I have 2 buttons: 'right' and 'left'

Re: issues/bugs from launchpad to github - volunteers?

2014-07-02 Thread Jacob Peck
On 7/2/2014 11:28 AM, 'Terry Brown' via leo-editor wrote: I assume there's one for github https://github.com/jacquev6/PyGithub --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

Re: Using leo for documentation (rst3 html)

2014-07-02 Thread Edward K. Ream
On Tue, Jul 1, 2014 at 1:39 PM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Tue, 1 Jul 2014 10:54:25 -0700 (PDT) Todd Mars tamn...@gmail.com wrote: I've found a delay timer to execute code is very useful. For example, if I stopped typing for 5 seconds, It would

Re: Using leo for documentation (rst3 html)

2014-07-02 Thread 'Terry Brown' via leo-editor
On Wed, 2 Jul 2014 10:44:08 -0500 Edward K. Ream edream...@gmail.com wrote: On Tue, Jul 1, 2014 at 1:39 PM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: On Tue, 1 Jul 2014 10:54:25 -0700 (PDT) Todd Mars tamn...@gmail.com wrote: I've found a delay timer to execute code

Re: Using leo for documentation (rst3 html)

2014-07-02 Thread Edward K. Ream
On Wed, Jul 2, 2014 at 10:52 AM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: You saw what I posted here: https://github.com/leo-editor/snippets/blob/master/on_typing_idle.py Yes. so it would just be a matter of packaging - I would think the turn off would have to be more

Re: Syntax-colouring for HTML/handlebars markup

2014-07-02 Thread Edward K. Ream
On Sun, Jun 29, 2014 at 11:15 PM, David McNab davidmcna...@gmail.com wrote: I'm trying to tweak the modes/html.py file to enable colouring of Handlebars markup (strings in HTML files that begin with '{{' and end in '}}'. Not having any luck. The file doesn't make a lot of sense, and nor does

Re: Inaccuracies with @shadow

2014-07-02 Thread Edward K. Ream
On Sun, Jun 22, 2014 at 2:26 PM, David McNab davidmcna...@gmail.com wrote: However, with numerous Python files, @shadow has been inaccurately writing out files. David, did Terry's suggestion help? Edward -- You received this message because you are subscribed to the Google Groups