T O P I C R E V I E W |
honeypie |
Posted - Dec 08 2012 : 05:06:32 AM I am using 10.7.1918, and I just found a bug when I am trying to rename a function with some Asian (Chinese/Japanese) characters before it in the same line. It will trigger "Visual Assist X failed to modify one or more files. The refactoring may not have completed successfully."
However, if I move the function to the second line, it works fine.
[rename is NOT working] cout << "#20013;#25991;: " << s.getStr();
[rename is working] cout << "#20013;#25991;: " << s.getStr(); |
5 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Sep 25 2013 : 4:40:44 PM case=71169 is fixed in build 2001. |
honeypie |
Posted - Dec 11 2012 : 3:21:27 PM cheers mate!
quote: Originally posted by accord
Thank you for the test project. I was able to reproduce the problem and put in a bug report for this:
case=71169
I had to change the Language for Non-Unicode programs from English to open the file with the correct characters though, for some reason...
|
accord |
Posted - Dec 11 2012 : 3:16:54 PM Thank you for the test project. I was able to reproduce the problem and put in a bug report for this:
case=71169
I had to change the Language for Non-Unicode programs from English to open the file with the correct characters though, for some reason... |
honeypie |
Posted - Dec 10 2012 : 4:34:03 PM Thanks a lot! I am using vs2012 and I've just send a project via the form.
quote: Originally posted by accord Which Visual Studio version are you using?
|
accord |
Posted - Dec 08 2012 : 2:20:19 PM I wasn't able to reproduce the problem. Can you please create a new win32 test project to see if you can reproduce the problem there? If you can, would you please send it in? You can use this form:
http://www.wholetomato.com/support/contact.asp
Please include the URL of this topic in the description field.
Which Visual Studio version are you using? |