Syntax coloring with wide char strings

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Klaus Raithel

Syntax coloring with wide char strings

Post by Klaus Raithel »

In C++, I often use L"..." for wide strings.
But after the first L" sequence the rest of the code is treated as a string. I tried to include the L" into the syntax coloring file, but to no avail. How can it be done??

thanx in advance
Post Reply