hosamaly6
Starting Member
Egypt
1 Posts |
Posted - Mar 22 2004 : 2:54:24 PM
|
The following code is colored incorrectly:
main() { class X { X (int) { } };
X y(3); }
Apparently, VA X thinks that y is a function.
In addition, global variable definition is handled incorrectly. Consider the following line:
ifstream ifs("myFile.txt");
"ifs" is colored as a function through the whole file.
|
|