Ticket #419 (closed enhancement: fixed)
find variable declaration does not work at the end of a variable
| Reported by: | daxim | Owned by: | patrickas |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | editor | Version: | 0.50 |
| Keywords: | Cc: |
Description
- Insert the document:
{ my $foo; frob $foo; } - Position the cursor before the last semicolon.
- Select menu item Perl → Find Variable Declaration.
What should happen:
Cursor jumps to before »m«.
What actually happens:
Dialog message: »Current cursor does not seem to point at a variable«
Change History
Note: See
TracTickets for help on using
tickets.

Snarky reply: If you point the cursor at a semicolon, it *doesn't* point at a variable.
Reasonable reply: A bit of DWIM here would certainly be useful, but this is not a bug per se.