In the string "-1.0f", only the "1.0f" gets syntax highlighting. The negative sign should get captured too.
See: CodeWindow.cpp, specifically where CodeWindow::NumberColor is assigned. Somehow the token does not include the negative, needs some investigating.
In the string "-1.0f", only the "1.0f" gets syntax highlighting. The negative sign should get captured too.
See:
CodeWindow.cpp
, specifically whereCodeWindow::NumberColor
is assigned. Somehow the token does not include the negative, needs some investigating.