SimuAndy
New Member
USA
6 Posts |
Posted - May 07 2004 : 5:20:09 PM
|
Greetings,
I've noticed that VAssistX 1233 (and previous versions) unintentionally gobble up ampersand characters, and if the ampersand character is followed by a letter or symbol, it becomes underlined. The helpful Windows text formatting API does this for you, automatically.
Arguably this is not very helpful.
Simplest example:
class Test { public: // Testing&Trials and Tribulations void fnTest(void) const {}; };
hover / tooltip help for fnTest reads as TestingTrials and Tribulatinos, with the second T underlined.
|
|