Quick-Turn-Studio / CLionSupportForQt

19 stars 0 forks source link

[Bug]: Incorrect comment block parsing #58

Closed tothambrus11 closed 2 years ago

tothambrus11 commented 2 years ago

Plugin

Qt Style Sheets Editor

Code example


/*******************************************************************************
 * PushButton style
 ******************************************************************************/
... other stuff

Expected behaviour: the comment should end with */. The other stuff should be highlighted. Current behaviour: the comment continues until the first */ that is not preceeded by an asterix.

Documentation reference

-