Quick-Turn-Studio / CLionSupportForQt

19 stars 0 forks source link

[Qt Style Sheet Highlighter] Dynamic Properties break parsing completly #22

Closed std-any-emplace closed 3 years ago

std-any-emplace commented 3 years ago

This snippet is accepted by Qt5.1x, but breaks parsing in Qt Style Sheet Highlighter completely at =true. ="true" is accepted.

QPushButton[prop=true]
{
    background-color: red;
    text-align: center;
    qproperty-flat: false;
}
grabusr commented 3 years ago

Hi, Version 0.1.8 is ready to download. Please let's us know if it solves your problems.

std-any-emplace commented 3 years ago

Problem fixed in 0.1.8.