Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-19963

perl : postfix dereference is highlighted incorrectly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • Qt Creator 4.5.1
    • Editors
    • None
    • void linux

    Description

      Newer perls have postfix deference feature, like:

      for my $item ($structure->{items}->@*)

      instead of

      for my $item (@{ $structure->{items} })

      QT creator highlights @* as red / error, where the * also expands to the next symbol (see screenshot, where it also highlights ; in red/error)

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            davschul David Schulz
            basiliscos basiliscos
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes