Author |
Topic |
|
gunki405
New Member
3 Posts |
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?
|
|
feline
Whole Tomato Software
United Kingdom
19024 Posts |
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" |
zen is the art of being at one with the two'ness |
|
|
gunki405
New Member
3 Posts |
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
Whole Tomato Software
United Kingdom
19024 Posts |
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. |
zen is the art of being at one with the two'ness |
|
|
gunki405
New Member
3 Posts |
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
Whole Tomato Software
United Kingdom
19024 Posts |
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. |
zen is the art of being at one with the two'ness |
|
|
|
Topic |
|