Ticket #955 (new enhancement)
Feature request: "Rename label"
| Reported by: | zenogantner | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Refactoring Perl 5 | Version: | 0.62 |
| Keywords: | refactor | Cc: |
Description
I would like to be able to rename labels with Padre.
e.g.
LABEL:
while (<>) {
next LABEL if ...
...
}
would be renamed to
LINE:
while (<>) {
next LINE if ...
...
}
in one step.
Change History
Note: See
TracTickets for help on using
tickets.
