Menu

#511 Abbreviations lose $ signs

closed-fixed
nobody
None
5
2001-06-28
2001-06-27
Anonymous
No

JEdit Version : 3.2pre3

Abbreviation Looks like :
_each -> list($key,$val) = each($1)

And when _each#$myarray# is typed in the result is :

list(key,val) = each($myarray)

note : no $ in front of key and val. If you modify the
abbr. to be :
_each -> list($$key,$$val) = each($1)

then it works fine.

Discussion

  • Slava Pestov

    Slava Pestov - 2001-06-28

    Logged In: YES
    user_id=2280

    fixed in 3.2pre4

     
  • Slava Pestov

    Slava Pestov - 2001-06-28
    • status: open --> closed-fixed
     

Log in to post a comment.