English 中文(简体)
Editing .resx files on a Mac [closed]
原标题:
  • 时间:2010-01-16 19:02:15
  •  标签:
  • macos
  • resx

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 4 months ago.

Is there any app that I can use to edit .resx files on a Mac running OSX?

I just need to be able to edit string resources.

Edit. I know .resx files are XML files. However, I am looking for an app that can edit .resx files using a clean user interface, very much like Visual Studio does, hiding the complexity of the XML. I don t want users to be able to accidentally modify the XML structure.

最佳回答

As far as I m aware, not directly. However, .resx files are XML, so you if you re comfortable with their syntax, open them in your favorite plain-text editor (XCode, BBEdit, whatever) and hack away.

Edit based on the update to the question

Nothing, as far as my Google-fu can find, currently exists to fill this need. However, .resx files are relatively straightforward XML, so if you have a Mac and XCode, you can probably whip up something with an NSTableView that operates similarly to Visual Studio s in-box .resx editor for strings.

Now, it s considerably less trivial to support other resource formats (particularly binary data), but strings at least shouldn t be terribly complicated.

I wish I could give you a "proper" answer, but unfortunately, I simply cannot locate anything appropriate. I see many .resx editors out on the web, but all are for Windows. To get you started building something (I know this wasn t your intent, but it s likely your only answer), check these APIs:

If building something is truly not viable, your other option is to either virtualize Windows (using VMWare Fusion or Parallels Desktop), or to use Boot Camp and create a Windows partition. Then you can install any of the zillion and one .resx editors for Windows -- or even a Visual Studio Express instance, which will also contain .resx editing in-box.

问题回答

There is now a macOS app for editing regex files in the App Store.

https://apps.apple.com/us/app/resx-editor/id1484612171?mt=12

I ve just started using it, so I can t offer much of a review, but it does seem to work fine so far, and at that price, I figured it was worth checking out.

The best App is ResX Editor, it is for Mac user.

It do the job like a charm! this is worth it for 2$!

You can get it for free on source forge

If you are still looking for an option for your mac, I used an extension (free) for VisualStudio Code called ResXpress: https://marketplace.visualstudio.com/items?itemName=PrateekMahendrakar.resxpress





相关问题
2 mysql instances in MAC

i recently switched to mac. first and foremost i installed xampp. then for django-python-mysql connectivity, i "somehow" ended up installing a seperate MySQL. now the seperate mysql installation is ...

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Controlling OSX windows

I m trying to control windows of a foreign OSX applications from my application. I d like to 1. move the windows on the screen 2. resize the windows on the screen 3. change the currently active window ...

Switching J2SE versions on Mac OS (SnowLeopard)

My current JDK on Mac OS (10.6) is set to 1.6 and I d like to switch to 1.5. A listing of /System/Library/Frameworks/JavaVM.framework/Versions/ shows: lrwxr-xr-x 1 root wheel 10 Nov 3 18:34 ...

Scrolling inside Vim in Mac s Terminal

I ve been googling around trying to figure out if it s possible to use my mouse wheel to scroll while inside Vim in Mac s Terminal, with no luck. It seems as if only X11 or iTerm support this. Before ...

export to MP3 from quicktime API

A question for Apple,QT programmers. Would like to know if it s possible to export a Movie object to MP3 using the QuickTime API. Preferably the ConvertMovieToFile function. I ve looked at ...

热门标签