openfluid
openfluid copied to clipboard
Syntax highlighting in DevStudio mis-parses certain 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
This problem seems to be related to a lack in Qt regex implementation