Ticket #1226 (new enhancement)
Opened 2 years ago
multiple folding in code
| Reported by: | stackware | Owned by: | stackware |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | editor | Version: | 0.84 |
| Keywords: | editor folding | Cc: |
Description
Hi,
When i write this code :
my ($i);
for ($i = 0; $i <= 5; $i++) {
$next;
}
the folding appears in the left margin. It's ok.
if these instructions are in a sub, no more folding...
Would it be possible to activate "multiple" folding?
Thanks by advance :)
Note: See
TracTickets for help on using
tickets.
