Ticket #654 (closed defect: fixed)
Lexical Rename of Variable - Can't hightlight the whole variable.
| Reported by: | waxhead | Owned by: | patrickas |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | 0.50 |
| Keywords: | Cc: |
Description
If you double click on a variable name such that the whole variable is highlighted ( including the sigil ), Lexical Rename fails with this error:
Current cursor does not seem to point at a variable
Attachments
Change History
comment:1 Changed 4 years ago by patrickas
- Owner changed from azawaw to patrickas
- Status changed from new to accepted
- Version changed from 0.47 to 0.50
The attached patch should fix this issue, the change is in the file
http://svn.perlide.org/padre/trunk/Padre/lib/Padre/Document/Perl.pm
Note: See
TracTickets for help on using
tickets.

patch