Author |
Topic |
|
jzq740176597
Tomato Guru
China
345 Posts |
Posted - Jan 12 2012 : 9:38:45 PM
|
VA1862-winXP sp3-vc6
The symbol"ptPick" after chinese chars cann't be recognised by VA when click on any of References. Not only VA don't highlight it,but also when typed the function "FilterSelect(...)",The first parameter is the _T("+?+?+?+?+?+?-+++<chinese chars>"),when you need to type 2nd,3th pamameter,VA cann't intelligently prompt normally!
|
Creation come from persist! |
|
feline
Whole Tomato Software
United Kingdom
19078 Posts |
Posted - Jan 13 2012 : 6:03:11 PM
|
So far I cannot reproduce this problem. This is what I am seeing in VC6, winXP, with VA 1862
Can you please send me a sample code file that shows this problem as a zip file? I will then try and open the file here, and see if I can reproduce the problem here. |
zen is the art of being at one with the two'ness |
|
|
jzq740176597
Tomato Guru
China
345 Posts |
Posted - Jan 15 2012 : 10:02:19 PM
|
The cpp file has been sent! |
Creation come from persist! |
|
|
feline
Whole Tomato Software
United Kingdom
19078 Posts |
Posted - Jan 16 2012 : 4:53:33 PM
|
I have the file, thank you for this. I am seeing a problem with this file, but not the problems you are describing. The parameter info tooltips appear correctly for me when I press CTRL-SHIFT-SPACE, and if I place the caret into "mask" or "ss" where they are declared then all instances are highlighted.
I have to place the caret before "mask" and "ss" on the line with the Chinese characters to get them to be highlighted, which is a different bug:
case=64030
or possibly just a side effect of having the wrong language set for non-Unicode programs.
In Windows Control Panel -> Regional and Language Options -> Advanced tab
What language do you have set for non-Unicode programs? I am testing your file with this set to "Chinese (PRC)". I am wondering if you have a different setting, and this is why I am seeing a different effect.
|
zen is the art of being at one with the two'ness |
|
|
jzq740176597
Tomato Guru
China
345 Posts |
Posted - Jan 31 2012 : 9:35:11 PM
|
I have the same setting for non-Unicode programs with "Chinese (PRC)". Now My question is when you need to type 2nd,3th pamameter,VA cann't intelligently prompt normally! I have sent another .cpp file to you. |
Creation come from persist! |
|
|
feline
Whole Tomato Software
United Kingdom
19078 Posts |
Posted - Feb 01 2012 : 8:36:31 PM
|
How have you sent the new .cpp file? Did you use the form:
http://www.wholetomato.com/support/contact.asp
if so, what case number did you get? So far I am not seeing any sign of another .cpp file. |
zen is the art of being at one with the two'ness |
|
|
jzq740176597
Tomato Guru
China
345 Posts |
Posted - Feb 05 2012 : 8:29:20 PM
|
sorry,I have sent it again use the form mentioned above.Before,I really send one but directly reply to the mail you team send me. I have got the Case 64501! |
Creation come from persist! |
Edited by - jzq740176597 on Feb 05 2012 8:30:46 PM |
|
|
feline
Whole Tomato Software
United Kingdom
19078 Posts |
Posted - Feb 06 2012 : 4:33:58 PM
|
The reply you sent ended up in a spam folder, it has now been found, and I have your second file, thank you for this.
There is a problem with your test file on my winXP system. I am using English winXP SP3, VC6, and I have installed the "Chinese (PRC)" keyboard, and set the language for Non Unicode programs to "Chinese (PRC)".
I am testing on a machine where VA has never been installed, so VA is not a factor here.
I have added the test file to a solution, and loaded the file via FileView. This is how the lines of code look, are the Chinese characters displaying correctly?
With the caret as shown, if I then press Backspace to delete "ss" the "ss" stay there, and Chinese characters in the string are deleted instead. I assume that when you type and delete the typing and deleting happens in the correct place on this line?
If so, there is something wrong with my setup, but I don't know what. Do you have any ideas what I have not done? |
zen is the art of being at one with the two'ness |
|
|
jzq740176597
Tomato Guru
China
345 Posts |
Posted - Feb 07 2012 : 02:19:54 AM
|
(_T("\\n+?-?+?+?-?+?+?+?-?-?"),ss,mask)==RTNORM I have never appeared this problem. the colon is in chinese version,But the IDE perhaps cann't deal with chinese punctuation,so May you try to delete the colon.And I have a try. And If you can overcome this uncorrect delete problem,Try to solve another bug that when the "ss" and "mask" typing cann't get normal prompt. |
Creation come from persist! |
Edited by - jzq740176597 on Feb 07 2012 02:37:34 AM |
|
|
accord
Whole Tomato Software
United Kingdom
3287 Posts |
Posted - Feb 07 2012 : 6:12:51 PM
|
The first line of you comment isn't shown correctly here. If you posted that line to show how it's displayed on your side, can you please post a screenshot instead? Anyway, is it shown correctly on your side? |
Edited by - accord on Feb 07 2012 6:13:30 PM |
|
|
jzq740176597
Tomato Guru
China
345 Posts |
Posted - Feb 07 2012 : 9:37:10 PM
|
|
Creation come from persist! |
|
|
feline
Whole Tomato Software
United Kingdom
19078 Posts |
Posted - Feb 08 2012 : 12:50:31 AM
|
Editing still does not work correctly in your sample file, even in Windows 7 Ultimate with the Chinese language pack installed, so Windows its self is in Chinese, and the language for non-unicode programs set to Chinese PRC.
Can you please try sending me the sample file as a zip file. I am wondering if somehow emailing the file directly has effected its encoding. |
zen is the art of being at one with the two'ness |
|
|
jzq740176597
Tomato Guru
China
345 Posts |
Posted - Feb 08 2012 : 8:30:33 PM
|
zip file have been sent; IDE is VC6. OS info:winXP professional (5.1 version:2600) language:Simplified Chinese Region Setting:Chinese PRC |
Creation come from persist! |
|
|
jzq740176597
Tomato Guru
China
345 Posts |
Posted - Feb 08 2012 : 9:30:49 PM
|
Figure 1_vs2002
Figure 2_vs2005
Figure 3_vs2008
And situation in vs2002,2005,2008 is all better than in vc6. Is the problem from the IDE vc6 sp6? How can I solve this?
|
|
|
accord
Whole Tomato Software
United Kingdom
3287 Posts |
Posted - Feb 17 2012 : 01:08:33 AM
|
We've been discussing this with Feline via email, thank you for the patience.
I was able to reproduce all VC6 problems you had mentioned in your post on Feb 07 2012 : 9:37:10 PM. Both the tooltip and highlight problems. I've added my experiences with screenshots and my repro pattern to case=64030 that Feline had opened.
If I understand correctly, you work with VC6 and the screenshots in your last post are just examples. |
Edited by - accord on Feb 17 2012 01:10:58 AM |
|
|
|
Topic |
|