Hi I am learning the Hightlighting of a textedit, is it possible to add more than 4 colors?
If yes how could I do?
Also I try to put "INT " with a space at end for hightligting it but that don’t work, I must put “INT” without space but if I enter this in the TextEditBox as example:
interpreter
the int of interpreter is highlighted.
Also wath about the " caracter in a string? If y want a purple " as example.
I tried to highlight “love.load” and I think the point “.” makes a mess.
I have also attempt to recognize “love\x2eload” but that’s don’t work. 2E is the hexadecimal number for the point.
Don’t know if that use some ASCII table in TextEd for recognize a special char in a string.