mmanela / SnippetDesigner

The Snippet Designer is a plugin which enhances the Visual Studio IDE to allow a richer and more productive code snippet experience.
Apache License 2.0
344 stars 85 forks source link

Error message when Visual Studio is in french #55

Closed mmanela closed 10 years ago

mmanela commented 10 years ago

JeanTremblay[CodePlex]
1) When select a sentence and clic quotexport as Snippetquot =gt nothing happen

and 2) When want to create a new snippet file while in a projet (ltFilegtltNew filegtltSnippet DesignergtltOpengt =gt error message (quotImpossible d'ouvrir le document. Ce document a été renommé, supprimé ou déplacéquot). Softwares: Visual Studio 2010 Ultimate 10.0.30319.1 RTMRel .NET framework 4.0.30319 RTMRel Snippet Designer 1.3.0

Note: all above is working fine on the Visual Studia 2010 english version.

mmanela commented 10 years ago

JeanTremblay[CodePlex]
Thanks a lot!

mmanela commented 10 years ago

mmanela[CodePlex]
Fixed in 337d955d92df and will be in 1.3.1 release

mmanela commented 10 years ago

mmanela[CodePlex]
Fixed in changeset 337d955d92df

mmanela commented 10 years ago

mmanela[CodePlex]
Thanks for the comments/issue. I have noticed some issues with the Snippet Designer in non-english locales. I will try to look into this further but testing for me is a bit difficult since I am running english windows and english visual studio.

mmanela commented 10 years ago

RolandKaercher[CodePlex]
The same issue exists with a german installation. 2) Works for me after I copied the snippetformat.xsd from c:\Program Files (x86)\Microsoft Visual Studio 10.0\Xml\Schemas\1033 to c:\Program Files (x86)\Microsoft Visual Studio 10.0\Xml\Schemas\1031 (which is the language code for german). When trying 1) I can see in Process Monitor that Snippet Designer tries to create the file C:\Windows\SysWOW64\SnippetFile1.snippet which fails. Because VS2010 is still running as 32bits process it cannot see that directory, this could be a possible problem.