TextPad 5 fails to colour a keyword when the word is followed by a statement terminator (e.g. a semi-colon is a C statement terminator).
e.g. suppose that FALSE is a keyword in your syntax file. This statement colours FALSE:
BoolInt value = FALSE, // trailing comma, colour OK
This statement does not colour FALSE:
value = FALSE; // trailing semi-colon, no colour!
TextPad V4 coloured both words as expected.
TextPad v5 syntax colouring
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
- Jon Summers
- Posts: 8
- Joined: Sat Mar 10, 2007 6:12 pm
- Location: Somerset
- Contact:
TextPad v5 syntax colouring
Regards, Jon Summers