在 Mac 上编辑 .resx 文件

发布于 2024-08-18 10:51:53 字数 1537 浏览 3 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

如梦初醒的夏天 2024-08-25 10:51:53

据我所知,不是直接的。然而,.resx 文件是 XML,所以如果您熟悉它们的语法,可以在您最喜欢的纯文本编辑器(XCode、BBEdit 等)中打开它们并进行修改。

根据问题的更新进行编辑

,据我的 Google-fu 所知,目前没有任何东西可以满足这一需求。然而,.resx 文件是相对简单的 XML,因此如果您有 Mac 和 XCode,您可能可以使用 NSTableView 来创建一些与 Visual Studio 的内部操作类似的东西。 box .resx 字符串编辑器。

现在,支持其他资源格式(特别是二进制数据)已不再那么简单,但字符串至少不应该太复杂。

我希望我能给你一个“正确的”答案,但不幸的是,我根本找不到任何合适的答案。我在网上看到很多 .resx 编辑器,但都是适用于 Windows 的。为了让你开始构建一些东西(我知道这不是你的意图,但这可能是你唯一的答案),请检查这些 API:

如果构建某些东西确实不可行,您的另一个选择是虚拟化 Windows(使用 VMWare Fusion 或 Parallels Desktop),或者使用 Boot Camp 并创建一个 Windows分割。然后,您可以安装任意一个适用于 Windows 的 .resx 编辑器,甚至是 Visual Studio Express 实例,它也将包含内置的 .resx 编辑器。

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.

七秒鱼° 2024-08-25 10:51:53

App Store 中现在有一个用于编辑正则表达式文件的 macOS 应用程序。

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

我刚刚开始使用它,所以我无法提供太多评论,但到目前为止它似乎工作得很好,而且以这个价格,我想它值得一试。

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.

抚你发端 2024-08-25 10:51:53

最好的应用程序是 ResX Editor,它适用于苹果机用户。

它的工作就像一个魅力!这2美元值得!

您可以在 Source Forge 上免费获取它

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

墨落画卷 2024-08-25 10:51:53

如果您仍在寻找适用于 Mac 的选项,我使用了名为 ResXpress 的 VisualStudio Code 扩展(免费): https://marketplace.visualstudio.com/items?itemName=PrateekMahendrakar.resxpress

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文