Author |
Topic |
|
yole
New Member
8 Posts |
Posted - Dec 10 2003 : 06:34:36 AM
|
I'm using VAX with a C# project, and I have "Repair case" enabled. When I type "string", VAX auto-corrects it to "String", which is not necessary - "string" is a standard C# keyword. I have to change the type name back to "string" every time. |
|
yole
New Member
8 Posts |
Posted - Dec 10 2003 : 06:57:52 AM
|
The same happens with "internal -> Internal". |
|
|
Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Dec 10 2003 : 07:59:27 AM
|
Repair case is pretty broken. I have disabled it until its fixed. |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Dec 22 2003 : 2:17:09 PM
|
Fixed in 1208. |
Whole Tomato Software, Inc. |
|
|
Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Dec 22 2003 : 2:58:26 PM
|
Maybe you mean 1209, because I see no change in 1208. Still unusable with STL other typical test cases (vector<int>::iterator.begin() is converted to BEGIN(), same with end, size, etc.). Also the strxxx() functions are converted to StrXxx(), and some more. |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Dec 22 2003 : 4:00:00 PM
|
The repair case in C# was a specific bug related to VA not seeing aliases like string to System.String. (fixed in 1208)
We see the problem in the STL example, will be fixed in 1209. |
Whole Tomato Software, Inc. |
|
|
|
Topic |
|