Re: Parameterized template nodes

2013-05-07 Thread Fidel Pérez
Appreciate it, thank you, will work on this (import to my leo, study, etc :) On Tuesday, May 7, 2013 5:30:36 AM UTC+2, Terry wrote: > > On Mon, 6 May 2013 00:58:25 -0700 (PDT) > Fidel Pérez > wrote: > > > Is there a website where abbreviation files are shared so newcomers can > > quickly being

Re: Parameterized template nodes

2013-05-06 Thread Terry Brown
On Mon, 6 May 2013 00:58:25 -0700 (PDT) Fidel Pérez wrote: > Is there a website where abbreviation files are shared so newcomers can > quickly being to use advanced abbreviations? > Id love to download a python version x) I've just gisted my abbreviations here: https://gist.github.com/tbnorth/

Re: Parameterized template nodes

2013-05-06 Thread Fidel Pérez
Thanks for your answers. I have found this functionality already developed in "emacs" (dont even know what is that, but I have read somewhere that its similar to Leo) http://ergoemacs.org/emacs/emacs_templates.html Check the screenshot, it perfectly illustrates the feature. I have added it to my "

Re: Parameterized template nodes

2013-05-06 Thread Terry Brown
On Mon, 6 May 2013 00:58:25 -0700 (PDT) Fidel Pérez wrote: > Thank you Terry, that is exactly what I would like meant. > > Is there a website where abbreviation files are shared so newcomers can > quickly being to use advanced abbreviations? > Id love to download a python version x) The only a

Re: Parameterized template nodes

2013-05-06 Thread HaveF
On Mon, May 6, 2013 at 11:13 AM, Terry Brown wrote: > > and the screencast linked from there > http://www.greygreen.org/tmp/leoabbrev.ogv Terry, Thanks for your video. I like it ;-) I hope you don't mind I upload your video to youtube. (If you don't like it, I will delete it.) http://www.youtube.

Re: Parameterized template nodes

2013-05-06 Thread Edward K. Ream
On Sun, May 5, 2013 at 6:35 PM, Fidel Pérez wrote: > I know a programming IDE which > bases its existence in that concept: > > You write "code Masks" and whenever you call a piece of code it will ask > only for the parameters, and write the rest of

Re: Parameterized template nodes

2013-05-06 Thread Edward K. Ream
On Mon, May 6, 2013 at 2:58 AM, Fidel Pérez wrote: > Thank you Terry, that is exactly what I would like meant. > > Is there a website where abbreviation files are shared so newcomers can > quickly being to use advanced abbreviations? > Id love to download a python version x) > I've just marked t

Re: Parameterized template nodes

2013-05-06 Thread Fidel Pérez
Thank you Terry, that is exactly what I would like meant. Is there a website where abbreviation files are shared so newcomers can quickly being to use advanced abbreviations? Id love to download a python version x) On Monday, May 6, 2013 5:13:42 AM UTC+2, Terry wrote: > > On Sun, 5 May 2013 16:3

Re: Parameterized template nodes

2013-05-05 Thread Terry Brown
On Sun, 5 May 2013 16:35:59 -0700 (PDT) Fidel Pérez wrote: > I know a programming IDE which > bases its existence in that concept: > > You write "code Masks" and whenever you call a piece of code it will ask > only for the parameters, and write th

Re: Parameterized template nodes

2013-05-05 Thread João Alexandre Toledo
Hi, I've tried it and it's great, I think it will be useful, but it's not what I was thinking of... Let me try to explain what I had tougth about... What I would like to do is: 1. create a new .leo file 2. add a "template" node (eventually with sub nodes) with some ${schema} and ${table} ma

Re: Parameterized template nodes

2013-05-05 Thread Fidel Pérez
I know a programming IDE which bases its existence in that concept: You write "code Masks" and whenever you call a piece of code it will ask only for the parameters, and write the rest of the code. There are already some languages with most of the

Re: Parameterized template nodes

2013-05-03 Thread João Alexandre Toledo
Hi, Sorry for the delay... I'll try it this weekend and see how it works. Thank you. João -- 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...

Re: Parameterized template nodes

2013-05-01 Thread Edward K. Ream
On Wed, Nov 21, 2012 at 8:55 AM, João Alexandre Toledo < jalexandretol...@gmail.com> wrote: > > As I use Leo to write PL/SQL code, I need to write similar text several > times, changing only small parts of it. It would be great if I could create > a node with the "template" and then clone it every

Parameterized template nodes

2012-11-21 Thread João Alexandre Toledo
Hi. As I use Leo to write PL/SQL code, I need to write similar text several times, changing only small parts of it. It would be great if I could create a node with the "template" and then clone it everywhere it should be written, and then providing the parameters to be used in this writing. L