Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 another issue of 1626 suggestions
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

StarWing
Junior Member

13 Posts

Posted - Mar 14 2008 :  05:38:59 AM  Show Profile  Reply with Quote
ennn...if you use chinese charactors in editer, the suggestions will make mistakes...
e.g.

int main()
{
    typedef map<string,vector<string> >samap;
    samap Sa;
    Sa["+?+?"].push_back("+?+?-+-?");
//      ^               ^        these are chinese characters
    cout<<Sa["+?+?"][0]<<endl;
//            ^                  this is another
    getchar();
    return 0;
}    

if you input in the line in which have chinese character,like this:

    Sa["+?+?"].push_back("+?+?-+-?") |;

then input "vec":

    Sa["+?+?"].push_back("+?+?-+-?") vec|;

now suggestion will show "vector". ok,press TAB, but it changes to:

    Sa["+?+?"].push_back("+?+?-+-?") vecvector   |;

the syntax is wrong,and there are added three space after thr syntax.i think that because there three chinese character before caret in this line.
another example,

    cout<<Sa["+?+?"][0]<<endl |;

when you input "vec",as:

    cout<<Sa["+?+?"][0]<<endl vec|;

now suggestion shows.press TAB, it changes to:

    cout<<Sa["+?+?"][0]<<endl vvector |;

only one space because these is only one chinese character in this line before the caret.
it is all right when there are only english letters before the caret.

i use Visual Studio 2008, installed just lastnight...




Edited by - StarWing on Mar 14 2008 06:11:14 AM

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Mar 14 2008 :  10:15:32 AM  Show Profile  Reply with Quote
Can you send me a test file, as a zip, containing this code please. Sending the file as a zip makes sure it will arrive correctly. I have never worked out how to enter Chinese characters, even after installing the Chinese keyboard settings.

Please submit the file via the form:

http://www.wholetomato.com/support/contact.asp

including this thread ID or URL in the description, so we can match it up.

zen is the art of being at one with the two'ness
Go to Top of Page

StarWing
Junior Member

13 Posts

Posted - Mar 15 2008 :  9:35:35 PM  Show Profile  Reply with Quote
can you give me a email address? i'm afraid i can't upload the screenshots and the project...
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Mar 17 2008 :  09:50:53 AM  Show Profile  Reply with Quote
Are you getting some form of error when you use the form?
I have just tested the form, and it is letting me submit files quite happily.

zen is the art of being at one with the two'ness
Go to Top of Page

StarWing
Junior Member

13 Posts

Posted - Mar 19 2008 :  1:38:12 PM  Show Profile  Reply with Quote
it shows:
File not Found
The file you requested cannot be found on our site.

Try browsing one of the following links:

Home
Features
Downloads
Purchase
Support
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Mar 19 2008 :  2:31:22 PM  Show Profile  Reply with Quote
That is odd. How large is the file you are trying to upload?

If you have a zip file of a solution can you delete the NCB file and any Debug and Release directories and then zip it again? This should make the file a lot smaller.

zen is the art of being at one with the two'ness
Go to Top of Page

StarWing
Junior Member

13 Posts

Posted - Mar 19 2008 :  11:56:18 PM  Show Profile  Reply with Quote
it's only 32K......
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Mar 20 2008 :  11:38:44 AM  Show Profile  Reply with Quote
Can you try moving the file to C:\\ before uploading it?
This is a very small file, there should be no problems uploading that.

If that does not work can you just submit a bug report, without attaching any files at all please. When you do this you should get an email from the bug tracking system. If you reply to that email with the zip file attached it should reach me.

zen is the art of being at one with the two'ness
Go to Top of Page

StarWing
Junior Member

13 Posts

Posted - Mar 22 2008 :  05:03:28 AM  Show Profile  Reply with Quote
it's still failed.....i put images and file in C:\\, but it still does not work....
i will try just submit a bug report...
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Mar 25 2008 :  2:49:57 PM  Show Profile  Reply with Quote
I have the files, thank you for those. I have replied via email.

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000