Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Japanese Input Error(WPF:XAML)

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
gunki405 Posted - Apr 03 2022 : 7:55:33 PM
Recently I started use Visual Assist X on WPF Programming Environment
An error was found when editing XAML.


When using Visual Assist X, when entering Japanese characters, it is entered with broken characters.



If I don't use Visual Assist X, it will be entered as a normal character.



How can I fix it?

5   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Apr 06 2022 : 04:42:06 AM
I am here to help

Please make sure you close all instances of Visual Studio before editing the registry, since Visual Assist saves out its settings on exit, so if you edit the registry with the IDE open, when the IDE is closed your changes will be overwritten, and undone.

I suspect this is what happened here.
gunki405 Posted - Apr 05 2022 : 8:11:07 PM
I tried to change the registry data,

HKEY_CURRENT_USER\SOFTWARE\Whole Tomato\Visual Assist X\VANet16\ExtXaml = ".xxxl;"


I changed this data, but it was restored at Visual Studio started

HKEY_CURRENT_USER\SOFTWARE\Whole Tomato\Visual Assist X\VANet16\ExtXaml = ".xaml;"

how can I fix this.. sorry

feline Posted - Apr 05 2022 : 07:12:12 AM
Unfortunately I don't currently have an estimate for when this will be fixed. We are aware of the problem, and it is in our list of bugs to fix, but since it will require supporting a different editor it isn't likely to be a super easy fix.

This thread should be updated when we release a fix.
gunki405 Posted - Apr 04 2022 : 8:49:36 PM
Thanks to reply!

Will this issue be fixed in the next version?
If it is modified in the next version, I will try to use it without modifying the registry first.
feline Posted - Apr 04 2022 : 07:34:50 AM
Apologies for this, I am seeing the same problem here under Windows 10 with VS2019 and VA 2443. The problem is that HTML and XAML use a different editor to C++ and C#, which we are not handling correctly when typing in some languages:

case=94724

The work around is to disable VA in XAML files. You can do this by editing the registry. You need to close all instances of the IDE before editing the registry key, since VA saves out its settings on exit, so will overwrite any edits you make. Assuming you are using VS2019, the registry key you need to edit is:

HKEY_CURRENT_USER\SOFTWARE\Whole Tomato\Visual Assist X\VANet16\ExtXaml = ".xaml;"

and change the file extension into something invalid, for example ".xxxl;"

If you are using a different version of Visual Studio you will need edit a different location, instead of under "VANet16"

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000