Re: Copy/Export Node to Another Leo File

2016-03-27 Thread Edward K. Ream
On Sun, Mar 27, 2016 at 12:41 PM, wrote: > thanks Ed. > > > >> > ... followed by Ctrl-Shift-P (paste-node)... > > > You meant Ctrl-Shift-V ? > ​Right. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe

Re: Copy/Export Node to Another Leo File

2016-03-27 Thread chin . robert
thanks Ed. > > ... followed by Ctrl-Shift-P (paste-node)... You meant Ctrl-Shift-V ? -- 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: Terry, please vet new, unused, convenience method

2016-03-27 Thread Edward K. Ream
On Sunday, March 27, 2016 at 11:42:42 AM UTC-5, Edward K. Ream wrote: P.S. I'll remove the new code in nested_splitter immediately. > Done, and free_layout now contains the short register_provider top-level function. EKR -- You received this message because you are subscribed to the Google

Re: Terry, please vet new, unused, convenience method

2016-03-27 Thread Edward K. Ream
I sent this privately to Terry by mistake. It should be public. On Sat, Mar 26, 2016 at 5:25 PM, Terry Brown wrote: > On Sat, 26 Mar 2016 13:06:23 -0500 > Terry Brown wrote: > > what about renaming InternalProvider BaseProvider, making it >

Re: Gathering scripts: another alternative to fancy data structures

2016-03-27 Thread 'Terry Brown' via leo-editor
On Sun, 27 Mar 2016 08:30:58 -0700 (PDT) john lunzer wrote: > This is not a complete auto-complete solution (unavoidable pun). It > doesn't do two things, it isn't automatic (and so will likely be > overlooked) and it doesn't handle local variables or local objects. Right -

Re: Copy/Export Node to Another Leo File

2016-03-27 Thread Edward K. Ream
On Sun, Mar 27, 2016 at 10:55 AM, wrote: > I need (copy of) node X in file_a.leo to be in file_b.leo. > > What is the right way to do this simple thing ? > ​Ctrl-Shift-C (copy​-node), copies the node and all its descendants, followed by Ctrl-Shift-P (paste-node), which

Re: Gathering scripts: another alternative to fancy data structures

2016-03-27 Thread Edward K. Ream
On Sun, Mar 27, 2016 at 10:30 AM, john lunzer wrote: ​> ​ If work is going to be put towards autocompletion then I recommend considering Jedi. ​Thanks for this. IPython's autocompleter puts Leo's to shame. We must do better, especially if vim uses jedi ;-)​ EKR -- You

Re: Gathering scripts: another alternative to fancy data structures

2016-03-27 Thread john lunzer
This is not a complete auto-complete solution (unavoidable pun). It doesn't do two things, it isn't automatic (and so will likely be overlooked) and it doesn't handle local variables or local objects. Unless I just don't have enough experience with it, it seems like it's geared toward modules.

Re: Terry, please vet new, unused, convenience method

2016-03-27 Thread Edward K. Ream
On Sat, Mar 26, 2016 at 9:38 AM, 'Terry Brown' via leo-editor < leo-editor@googlegroups.com> wrote: > On Sat, 26 Mar 2016 04:58:42 -0700 (PDT) > "Edward K. Ream" wrote: > > ​T​ > his viewrendered refactoring would probably be a good thing to do > in a branch ​I'm doing