Replacement for resx xml editor in VS.NET?

M

Mike Bridge

Hi-

I'm editing text resources (for multilingual support) in resx files,
and I find I waste a lot of time using the editor in vs.net---the
editing functions are either buggy or else very poorly thought out:

- can't copy-and-paste a line from one set of resources to another
- hitting "shift" while typing a space highlights the whole line,
causing the next key press to erase the entire value
- hitting End or Home only takes you to the end or start of the
visible text, not the end of the line (as it should)
- it's difficult to view the entry you just entered, because it gets
sorted alphabetically into the list
- impossible to do a text search unless you switch to XML mode.

I've tried a number of alternatives, but none are any better:

http://www.codeproject.com/dotnet/ResourceEditor.asp (gives me all
sorts of error messages, can't edit a resource name)
http://www.aisto.com/roeder/dotnet/ (Resourcer) - can't copy-and-paste
text, isn't integrated into VS
http://www.codeproject.com/cs/miscctrl/resource_editor.asp - very
minimal
http://download.microsoft.com/download/7/f/0/7f035772-9add-4caa-ba54-979385904b40/ResourceEditor.exe
- doesn't seem to install properly

Any other suggestions?

-Mike
 
M

Mike Bridge

Oh, and I forgot to mention another annoyance, which is that the
settings (e.g. the column widths) get reset when you save the resx
file.

-Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top