New Post: "Detect code references" feature question
Hi, what do you mean by "resource type". I use unique keys for all my resource strings in the code, so it would be sufficient to just search all cpp and .h files for each resource key string. I tried...
View ArticleNew Post: "Detect code references" feature question
Hi chrispu,"resource type" is the class generated by the ResXFileCodeGenerator, which is the same as the file name of the neutral resource file. If your resource file is "Resources.resx", the generated...
View ArticleNew Post: "Detect code references" feature question
Hi, for our program we use a macro (named LOC in our case) to recuperate the translated string name. For example: string sTranslatedString = LOC("STRING_KEY"); The macro calls a function which handles...
View ArticleSource code checked in, #33112
1337: Export selection exports only selected lines and columns 1338/1339: "Show only lines with missing strings" filters only the visible columns.
View ArticleCommented Feature: Export with applied filters [1337]
_Export to Excel Worksheets_ should include only selected column and lines (with taking into account _Show only lines with missing strings_ option) in the exported worksheets.Comments: Associated with...
View ArticleCommented Feature: "Show only lines with missing strings" option should be...
1. _Show only lines with missing strings_ option should be applied to currently chosen columns. Now it is applied to all available columns in resource files.Comments: Associated with changeset 33112:...
View ArticleCommented Feature: 'Show only missing lines' should apply to the visible...
I expected that if I hid one of my languages by deselecting the column that it would be ignored when I clicked 'Show only missing lines'.I have a project with US and UK languages, as you'd imagine,...
View ArticleNew Post: "Detect code references" feature question
The key is only unique per resource file, and there is no demand to have a specific prefix to distinguish it from other names. I had projects where e.g. one key was "System", and it found hundreds of...
View ArticleSource code checked in, #33118
CodeReferences in C++, class is static, need to use ::, not ->
View ArticleClosed Issue: Excel export fails [1258]
ResXManager has no trouble opening the resources, but Excel export of any given data fails with the error message:Index and length must refer to a location within the string.Parameter name:...
View ArticleClosed Feature: Showing files with namespace [1264]
Hi,it's a great tool! Thanks!It would be great, if the filenames on the left side (and in grouped view on the right side) would be extended with the namepace/folder hierarchy.
View ArticleClosed Issue: Crash when trying to delete an item [1272]
Hello,on the latest versione (1.0.0.36) the program crash entire VS2013 when i try to delete an item.Can you confirm this?
View ArticleClosed Unassigned: Problem when resource file name contains more that one dot...
When resource file name is formatted like "myname.main.resx", "myname.main.es-ES.resx", and so on, the main (neutral) resource file is not recognized.If renamed to "mynameMain.resx",...
View ArticleClosed Feature: ResXManager using the dlls to export/import [1293]
Hello,I am trying to use the dlls so I can take advantage of the export and import functionality. I built a console app. The solutions has referenced all the dll's that I assume would be needed.using...
View ArticleCreated Unassigned: problem export/import to/from Excel [1351]
Hi,I'm trying the tool, it reads my resx files properly but when exporting to Excel ( 2010 ) , I'm doing export selected as to export just one file ( one resx) , the Excel gives error msg , I cannot...
View ArticleClosed Unassigned: Crash when the 'ê' character [1147]
Hi, when i have a resource that contains the 'ê' character, the program throws an error.This character is often used in the french language.Thanks
View ArticleClosed Issue: Investigate issues of discussion 463195 [1141]
See [discussion:463195](https://resxresourcemanager.codeplex.com/discussions/463195)
View ArticleClosed Feature: Support .resw files for windows store apps [1136]
New resources way for Windows Store apps:strings/de-DE/Resources.reswstrings/en-EN/Resources.reswMain difference:. Locale Info now captured with foldernames; resX files now named resW.
View Article