c# - Visual Studio 2010 editor unexpected autocorrection -


i installed vs2010 32b spanish, , found strange issue while editing code. when write "s (in #include "st..." example), automatically converted s accent mark. similar issue happens when write aa, ii or uu, in these cases aa converted a+hypen (same behaviour other vowels less o , e). if write ""s ok, if delete 1 ", remaining "s again transformed in s accent.

i noticed looks more visual effect, because if copy "wrong" code , paste in editor, looks perfect: "s "s. furthermore, vs compiles code these issue, points it's visual..

if write

#include "stdafx.h"  aa ii oo uu 

vs shows:

#include ´stdafx.h"   <=== 's s accent, can't write here!  â î oo û  <===== aa ii , uu converted in while editing.   

i'm unable find happening or why, , how remove annoying effect. tried different settings related (or so), nothing worked, reverted changes.

notice os language , vs spanish, tried vs in english , result same. never had issue before older versions of vs.

someone gave me idea using language pack msoffice, don't understand why office affect vs in such way or why didn't previous versions.

any idea happening?

here can download small video recorded in vs problem (uncheck download manager suggested, usual these file hosting sites, , click gray button -sorry dont have better filehost-)

edit: have tried following solution visual studio 2010 editor input language has changed because it's similar, problem still persists.

i went 2013 vs version , in search box typed in language , selected environment , in drop down list had option english ( yours says spanish ), second 1 says same microsoft windows. if did not try that, give shot , see happens.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -