Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Jan 21 2004 : 09:44:02 AM
|
When a variable declaration contains a string with an escaped quote char, tooltips and other colored items start to mess up.
e.g.: LPCTSTR fmtline="%40s [<a href=\\"javascript:lookup('%s');\\">%16s</a>]\\n";
This line will produce the following problems: - coloring interprets the part from the first quote until the second quote (the escaped one) as string part and tries to interpret the rest as code. - tooltips show only the text until the semicolon.
|
|