Resource Refactoring Tool Beta Release
We have finished working on the beta version of Resource Refactoring and just posted it to Codeplex. Also with this release Resource Refactoring Tool became a shared source project under MS-PL, so we have published the source code as well. If you want to help development of the tool please go to Getting Started with Development section on the project site.
New features and fixes for this release are:
- ASP.Net web project support for C# and VB.Net code files. However your resource file must be located in App_GlobalResources directory otherwise no code is generated for it.
- You now have the option of searching for other instances of the text you are refactoring and refactor them using the same resource entry at the same time.
- We have improved the preview window to view the whole file instead of just a section of it.
- An issue with items under source control is fixed.
- During refactoring, shortest reference is calculated by looking at imported namespaced in the codefile.
You can read more about the tool at its Codeplex project page or download the installer directly. Also I want to thank to everyone who sent feedback during the alpha release which had been really useful.