Ticket #645 (new defect)
Lexically rename variable changes the screen position dramatically (and shouldn't have to)
| Reported by: | adamk | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Refactoring Perl 5 | Version: | 0.47 |
| Keywords: | refactoring | Cc: |
Description
In the current implementation, the "Lexically Rename Variable" function results in a long wait to parse the document (which is not a big deal) followed by a dramatic snap to a new focus and line (which is really annoying).
The Lexically Rename Variable function inherently should never change the line quantity or the position of any code. As a result, we SHOULD be able to remember and keep the position of the editor at the time of the Lexical Rename Variable menu entry being fired and keep it at the end of the replacement.
Change History
Note: See
TracTickets for help on using
tickets.
