Community
Participate
Working Groups
The syntax coloration fail to color correctly hexadecimal constants with letters into it (e.g. `0x1a4` or `0xFF`). However constants without letters (e.g. `0x123`) are colored correctly.
Fixed in 1cc5e2f. Syntax highlight is now OK for the following cases (which should represent about all the possible cases, if I am not mistaken) n = 3 n = -3 n = 3.0 n = -3.0 n = 3.1416 n = -3.1416 n = 314.16e-2 n = -314.16e-2 n = 0.31416E1 n = -0.31416E1 n = 0xff0000 n = -0xff0000
Created attachment 209703 [details] mylyn/context/zip