ReSharper uses Hardcoded settings for german Localization like this.
]]>
instead of reading the Localization settings from msenvui.dll
Some of my Computers have Patched Localization files to get other Plugins work correctly :)
But i have an other problem with 215, i must uninstall and reinstall r# on every start of visual studio.
on the first start every thing works fine, at the second start i got the highlighter problem witch is explained in an other thread. after that a lot of things are marked red in all files.
Thanks for the information, I didn't know about msenvui.dll. Is there any "standard" way to read settings from it? bug report 16406 fill be fixed in build 216.
Actually we discussed this problem more than a year ago. Carsten suggested reading the information from msenvui.dll but we didn't implement it, because this way is definitely non-standard, relies on very fragile things and in addition not easy to implement.
Thanks for the information, I didn't know about msenvui.dll. Is there any "standard" way to read settings from it? bug report 16406 fill be fixed in build 216.
Carsten,
Did it work in 213.
The main thing to notice is that action names used should be German, but key
bindings are English.
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Found the problem, it's not a r# bug.
ReSharper uses Hardcoded settings for german Localization like this.
]]>
instead of reading the Localization settings from
msenvui.dll
Some of my Computers have Patched Localization files to get other Plugins work correctly :)
But i have an other problem with 215, i must uninstall and reinstall r# on every start of visual studio.
on the first start every thing works fine, at the second start i got the highlighter problem witch is explained in an other thread. after that a lot of things are marked red in all files.
look at bug report 16406
http://www.intellij.net/tracker/resharper/viewSCR?publicId=16406
if you have additional questions ask me today :) i will go back to build 209 tomorrow, its the last non anoying build for me.
there are errors like
Can not convert "System.Drwwing.Point" to "System.Drawing.Point" highlighted :)
Carsten,
Thanks for the information, I didn't know about msenvui.dll. Is there any
"standard" way to read settings from it?
bug report 16406 fill be fixed in build 216.
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Actually we discussed this problem more than a year ago. Carsten suggested
reading
the information from msenvui.dll but we didn't implement it, because this
way is definitely non-standard,
relies on very fragile things and in addition not easy to implement.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
afaik some tools use their own way to parse the file, but there is still no official supportet api from ms to do this.
So we definitely would like to not invest efforts in developing yet another
such a tool :)
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"