Re: [BULK] code folding in Perl

2012-01-07 Thread Charlie Garrison
Good evening, On 7/01/12 at 12:06 PM +1100, Alex Satrapa gr...@goldweb.com.au wrote: On 05/01/2012, at 10:25 , Thomas wrote: Should the automatic code-folding work in Perl? None of my legacy perl scripts will show the folding triangle in the gutter except for function names. sub xyz

Re: [BULK] code folding in Perl

2012-01-06 Thread Alex Satrapa
On 05/01/2012, at 10:25 , Thomas wrote: Should the automatic code-folding work in Perl? None of my legacy perl scripts will show the folding triangle in the gutter except for function names. sub xyz { } will fold just fine sub Foo_Test : Test(1) { ok(1) } will not fold due

Re: code folding in Perl

2012-01-05 Thread Rich F
time is a bit much. Cheers On Jan 4, 7:07 pm, Bruce Van Allen b...@cruzio.com wrote: On 2012-01-04, Thomas wrote: Should the automatic code-folding work in Perl?  None of my legacy perl scripts will show the folding triangle in the gutter except for function names.  It would be nice

Re: code folding in Perl

2012-01-05 Thread Thomas
: Should the automatic code-folding work in Perl?  None of my legacy perl scripts will show the folding triangle in the gutter except for function names.  It would be nice if it work as in Python. Is there a certain style I need to follow for it to parse and fold correctly? It's worked out

code folding in Perl

2012-01-04 Thread Thomas
Should the automatic code-folding work in Perl? None of my legacy perl scripts will show the folding triangle in the gutter except for function names. It would be nice if it work as in Python. Is there a certain style I need to follow for it to parse and fold correctly? thanks, Thomas -- You

Re: code folding in Perl

2012-01-04 Thread Bruce Van Allen
On 2012-01-04, Thomas wrote: Should the automatic code-folding work in Perl? None of my legacy perl scripts will show the folding triangle in the gutter except for function names. It would be nice if it work as in Python. Is there a certain style I need to follow for it to parse and fold