What steps will reproduce the problem?
1.open any Perl document(*.pl)
2.Type any list variable
-- hoge.pl--
@any_list = ();
3.Try to complement above list-name(@any_list)
What is the expected output? What do you see instead?
I think the complement should be done as follows;
@any_ --(Ctrl+Space)--> @any_list
But actual completion will be as follows;
@any_ --(Ctrl+Space)--> @@any_list
(Double @@ !!)
IMPORTANT!!! Please answer these questions for any and ALL bug reports
What version of the product are you using? On what operating system?
Ver. 0.7.01 on 32bit-Windows 7
What method of install was your version installed with (Binary/Source)?
Binary
If from source: What version of python and wxPython are you using?
Please provide any additional information below.
Original issue reported on code.google.com by youji...@gmail.com on 8 Jun 2012 at 12:24
Original issue reported on code.google.com by
youji...@gmail.com
on 8 Jun 2012 at 12:24