Resource Editor 1.1
I fixed some bugs and I added 2 new features:
- Generate Images (Tools/Generate Images)
This command will dump all bitmaps and icons as separated files in a selected folder.
- Generate Resource Class (Tools/Generate Resource Class)
If you have a General.resx file then this command will generate a strongly resource class (I mean with a public property for each icon, bitmap or string in the resource). So that for example you can access to your string with GeneralResources.MyString
If the General.resx is in a C# project then the generated file is added to the project.
In the new code you can find how to use DTE and handle commands in VSIPExtras.
Thanks for your feedback
Download: ResourceEditor.msi