T O P I C R E V I E W |
dodudo7 |
Posted - Sep 22 2008 : 3:37:30 PM Since I installed VAX 1649, I have various coloring issues. In one case, when using two methods, although both are defined in the same file (but not the same file where used), one was correctly highlighted and the other was underlined. In an other case, other two methods, again, defined in the same file, one was correctly highlighted and the other was colored as if it was a class member.
Another issue, although I write C++ native code, when starting to type delete for some reason VAX offers to complete the word to delegate.
Thanks.
p.s. I use VS 2008 sp1 on win xp sp2 english. |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Sep 23 2008 : 09:41:05 AM The function that is underlined, is this underlined where the function is declared / implemented, or where it is called?
This sounds like our parser is confused by something in your code.
"delegate" - are you seeing this in a suggestion listbox or a completion listbox? A suggestion listbox has a small "A" icon at the bottom left hand corner. |
|
|