formatting for epic template

carifio wrote on Thu Mar  6 16:36:15 CET 2008:
I've created a template for perl epic 0.6.19, let's call it myfor:

for my $$item (@some_array) {
  my $$subpiece = $$item->{subpiece};
  ${cursor}you_code_here: print $$subpiece, "\n";
}

I can expand this template nicely with myfor, then ctrl-space.
But I lose the indentation. How do I keep the indentation?
Pl. advise. Tx.
carifio wrote on Thu Mar  6 16:43:55 CET 2008:
Lost the indentation in the post too! Sorry...
jploski wrote on Thu Mar  6 23:42:03 CET 2008:
This is a bug. A fix will appear in the next release:

http://sourceforge.net/tracker/index.php?func=detail&aid=1594186&group_id=75859&atid=545274

Note: The above is an archived snapshot of a forum thread. Use the original thread at sf.net to post comments.