<http://forum.pspad.com/read.php?f=2&i=11445&t=11445> 
----------------------------------------------------------------

Hi!

I am working on my Clips and was wondering if it would be possible to
create something like this:

if (|):
   |
else:
   |

So you would write if and press <ctrl+space> the clip would show and move
your cursor to the first | and then you would write:

if (a==b):
   |
else:
   |

Now pressing <ctrl+space> again and would be moved to next | where you
again complete the statement:

if (a==b):
   print "a==b"
else:
   |

<ctrl+space>

if (a==b):
   print "a==b"
else:
   print "a!=b"

Can it be done?

Thanks, Sebastjan

-- 
PSPad freeware editor http://www.pspad.com

Reply via email to