dodudo7
Ketchup Master
Israel
55 Posts |
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. |
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
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. |
zen is the art of being at one with the two'ness |
|
|