New Post: "Detect code references" feature question
In the plugin only files that are part of the project and have an item type of either ""Compile", "Page" or "Content" are searched. Is the code you are looking for in a file of different item type?
View ArticleNew Post: "Detect code references" feature question
Hi, I'm not sure how to see the item type. They're normal .h/.cpp files that are part of a standard c++ project. If you want I can check the type if you tell me how to do it.
View ArticleNew Post: "Detect code references" feature question
I checked it, the item types for c++ project items are different from C# or VB. However, after the refactoring this check for the item type is obsolete, I will completely remove this in the next version.
View ArticleSource code checked in, #34053
Remove the check for the item type, it's obsolete after refactoring code references.
View ArticleNew Post: Changing UI Language (German etc.)?
I tested the Standalone. The language of the Standalone UI is the system language (e.G. German) is it possible to change the language in this Extension? I installed VS 2013 in english, but I wish to...
View ArticleCreated Unassigned: GetString("Key") possible? [1406]
Hello,in my code I have many GetString("Key"). E.G.: ```public ResourceManager ResMgr = new ResourceManager("<namespace>.<class>", Assembly.GetExecutingAssembly());[...][...]...
View ArticleCreated Unassigned: XML declaration being improperly removed from saved...
While doing recent updates with the VS Extension of this tool, I noticed that on review of files prior to check-in to source control that that the XML declaration got removed<?xml version="1.0"...
View ArticleNew Post: Changing UI Language (German etc.)?
Change the "Neutral Resources Language" on the "Configuration" page in bottom left corner of the "Resx Resource Manager" extension toolbox for updating the language.
View ArticleNew Post: Changing UI Language (German etc.)?
Thank you for your answer. I meant the interface of the extension itself but it doesn't work. The standalone contains a multi language interface and the extension not?
View ArticleEdited Issue: XML declaration being improperly removed from saved resource...
While doing recent updates with the VS Extension of this tool, I noticed that on review of files prior to check-in to source control that that the XML declaration got removed<?xml version="1.0"...
View ArticleSource code checked in, #34098
Restore XML declaration, was lost after changing the "Save" behavior.
View ArticleCommented Issue: XML declaration being improperly removed from saved resource...
While doing recent updates with the VS Extension of this tool, I noticed that on review of files prior to check-in to source control that that the XML declaration got removed<?xml version="1.0"...
View ArticleCreated Unassigned: Height off Content Cell doesn't match Content [1411]
Hello,first of all I have to say what a great and helpful tool ResX is.Thanks for it!In some Keycells the content is much more than the cell height and the cell itself doesn't have a scrollbar.It might...
View ArticleCreated Feature: Paste should not clear existing text [1412]
When pasting or importing, empty cells in the source should not overwrite non-empty cells, so it's possible to merge new languages.
View ArticleCommented Feature: Paste should not clear existing text [1412]
When pasting or importing, empty cells in the source should not overwrite non-empty cells, so it's possible to merge new languages.Comments: Associated with changeset 34195: Paste should not clear...
View ArticleEdited Feature: Paste should not clear existing text [1412]
When pasting or importing, empty cells in the source should not overwrite non-empty cells, so it's possible to merge new languages.
View Article