code-google-com / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

Bug of Perl list-name completion #743

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by CodyPrec...@gmail.com on 20 Jun 2012 at 10:27

GoogleCodeExporter commented 9 years ago
Fixed in r72222

Original comment by CodyPrec...@gmail.com on 28 Jul 2012 at 3:44