vote up 0 vote down star

Is there any Workaround/Tool for renaming the Resource Keys from the resource file .

I also need to replace all such occurences in the source code with my new (renamed resource key).

Is there any tool available to automate this task.?

Could someone put in some thoughts on this.?

thanks, vijay

flag

45% accept rate

3 Answers

vote up 0 vote down

What is the problem with find/replace ???

link|flag
That is a tedious process once you have several files. – vijaysylvester Oct 29 at 6:30
I don't think you will find some tool for renaming . – Muhammad Akhtar Oct 29 at 6:35
vote up 0 vote down

I think that the latest version of Resharper provides some resource refactoring tools. There is also a tool called RGreatEx you might want to have a look at.

link|flag
Thanks , i shall do that. – vijaysylvester Oct 29 at 6:41
vote up 0 vote down

You probably realize this, but the resx files are simple xml docs. You can open them in your favorite text editor and edit with find/replace, regular expression, vim, keyboard macro's. I doesn't give you a one stop shop to rename resources in the resx and the code at the same time, but might still be a viable option

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.