Menu

#419 normal code will be interpreted as regular expression

v0.6.x
closed-fixed
nobody
Editor (234)
5
2007-07-26
2007-07-09
Anonymous
No

I use the latest version of EPIC (0.6.11) and have a problem with code formatting in editor. Many hashes in my code have keys like the following: "$hash->{pReturn}->{mCustomerSet}->{mCustomerArray}". The problem is that everything between the "mC" parts are interpreted as regular expression. If there are many lines of code between the first m[A-Z] and the next m[A-Z] it is not possible to read the code. I can´t change the names of keys because they are used later in xml structures.

Discussion

  • Jan Ploski

    Jan Ploski - 2007-07-10

    Logged In: YES
    user_id=86907
    Originator: NO

    As a quick workaround, you could write $hash->{'pReturn'}->{'mCustomerSet'}->{'mCustomerArray'}

     
  • Jan Ploski

    Jan Ploski - 2007-07-10

    Logged In: YES
    user_id=86907
    Originator: NO

    Fixed in CVS.

     
  • Jan Ploski

    Jan Ploski - 2007-07-26
    • status: open --> closed-fixed
     
  • Jan Ploski

    Jan Ploski - 2007-07-26

    Logged In: YES
    user_id=86907
    Originator: NO

    Fixed in 0.6.12.

     

Log in to post a comment.