I don't have that checked.
But in any case I just noticed something.
I went into the USER markup, selected AddList, there was before I did that an empty window to the right, but then I exited out of there before actually adding anything to the list. I saw what looked like some updates taking place, and now I don't see "Break" in bold any more.
Ok, up until this post, I read your other posts as: You don't see break in bold, but you would like to see it in bold?
You even did not get it bold, after PascalDragon observed it was bold...
I am not sure how your "Add list" in user define markup may have changed that. Did you have other lists in the drop down already? The list in the config shows the pre-added words. If you define key-combos you can add session-specific words (but they will not be kept on restart).
However you only get that if you have a list, and if some colors or style are defined on that list (and key combos, if words aren't pre defined).
You can add it as word in "used defined markup". And then in normal colors increase the priority for comment and string, and set the priority for the user defined markup between 0 and the comment/string priority. => That will do 99%.
Ooh! I didn't know about "user defined markup". Now I can get "integer" show up in colors like "string" does 😉
Thanks Martin_fr 🙏🏽
UPDATE: However, there is a slight problem. Guess what happens if I set "char" to be a different color?
3: CellText := PrePtr^.Characters; // HINT <== here it is
I can get round the problem by setting the custom color to be "case sensitive", but it would be good if the "user defined markup" code did not try to work for substrings...
You can check that word-boundaries should be matched (needs to be done for each word).
You can also set priorities for colors, and put the markup at priority = 1
Then set strings and comment to priority = 2
And "char" wont color in strings and comments.