openfluid icon indicating copy to clipboard operation
openfluid copied to clipboard

Syntax highlighting in DevStudio mis-parses certain comments

Open polychloriert opened this issue 9 years ago • 1 comments

A fancy styled comment of the form //************ // ... //***** will be parsed as the beginning of a continuous comment block (/* */). Thus all following code looks like it is commented out. An example of this can be found in HayamiSUSim.cpp in the MHYDAS package.

Comments inside strings are not correctly parsed too

polychloriert avatar Feb 29 '16 07:02 polychloriert

This problem seems to be related to a lack in Qt regex implementation

jctophefabre avatar Feb 28 '17 12:02 jctophefabre