[Padre-trac] [Padre] #419: find variable declaration does not work at the end of a variable
Padre
trac at perlide.org
Mon Jun 29 11:33:38 PDT 2009
#419: find variable declaration does not work at the end of a variable
--------------------+-------------------------------------------------------
Reporter: daxim | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Component: editor | Version: 0.38
Keywords: |
--------------------+-------------------------------------------------------
1. Insert the document:
{{{
{
my $foo;
frob $foo;
}
}}}
2. Position the cursor before the last semicolon.
3. 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«
--
Ticket URL: <http://padre.perlide.org/trac/ticket/419>
Padre <http://padre.perlide.org/>
Perl Application Development and Refactoring Environment
More information about the Padre-trac
mailing list