Quick-Turn-Studio / CLionSupportForQt

19 stars 0 forks source link

Inline multiline comments #27

Closed vaclav-seidl closed 3 years ago

vaclav-seidl commented 3 years ago

Hi,

QML Editor 0.9.4 has a problem with multiline-style comments (/* */)

How to reproduce:

Item {
        width: foo == 1 /* comment */ || foo == 2 /* comment */
    }

This is fine: image

Adding second comment: image

This works: image

But this breaks: image

grabusr commented 3 years ago

Hi Václav,

Version 0.9.5 is ready to download. Please let us know if it solves your problem with comments.

vaclav-seidl commented 3 years ago

Hi, it works as expected, thank you!