Quick-Turn-Studio / CLionSupportForQt

19 stars 0 forks source link

large one line message after enabling the plugin #31

Closed Da-Viper closed 3 years ago

Da-Viper commented 3 years ago

i just bought the plugin for qml for the store, after enabling it i get a long one line error

<alias declaration>, <delegate declaration>, <property declaration>, <script field assignment>, <signal handler property>, <valued field assignment>, QmlTokenType.CLASS_NAME, QmlTokenType.CLOSE_BRACE, QmlTokenType.COMMAND_END, QmlTokenType.COMPONENT_KEYWORD, QmlTokenType.ENUM_KEYWORD, QmlTokenType.FUNCTION_KEYWORD, QmlTokenType.ID_KEYWORD, QmlTokenType.IMPORT_QUALIFIER, QmlTokenType.SIGNAL_KEYWORD or QmlTokenType.TERNARY_OPERATOR expected, got '&&'

on this line visible: desktopBackground.winId !== 0 && mainWindow.configBlurBackground when using the && operator

grabusr commented 3 years ago

Hi,

Yes we are aware about this issue. It is related to not suport right recurssion in BNF JetBrains SDK. We work on this problem. It is already reported in #28.