Ticket #504 (closed defect: fixed)
Lexically Rename Variable
| Reported by: | weismat | Owned by: | azawawi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | 0.47 |
| Keywords: | Cc: |
Description
I am trying to use "Lexically Rename Variable" and it does not work as expected.
Simple program:
"my $a=1;
$a++;
print $a;"
I hightlight $a in the first line and put it as new name "$test" and also "test" and I always get the return pop-up "no decleration found for the specified (lexical?) variable.
Please let me know if you need any further info.
Change History
comment:3 Changed 4 years ago by azawawi
- Status changed from assigned to closed
- Resolution set to fixed
This seems to be duplicate of ticket:586 which is now fixed.
Please test if it works for you or not.
Thank you.
Note: See
TracTickets for help on using
tickets.

Ok - the reason is that I was always using double-click - when using the dragging as selection, then it works.