dotnet / ResXResourceManager

Manage localization of all ResX-Based resources in one central place.
MIT License
1.33k stars 217 forks source link

VS for Mac Support #53

Open MisterJimson opened 7 years ago

MisterJimson commented 7 years ago

Just as title says. Would be great to have this extension on VS for Mac.

tom-englert commented 6 years ago

Someone buy me a MAC 😏

jerone commented 6 years ago

https://www.macincloud.com/pages/visual-studio-mac.html 👍

tom-englert commented 6 years ago

It would be a surprise to me if WPF is supported on the Mac...

jerone commented 6 years ago

@tom-englert commented on Nov 8, 2017, 1:35 PM GMT+1:

It would be a surprise to me if WPF is supported on the Mac...

According to the documentation not:

Visual Studio for Mac does not support Windows client projects like Windows Forms, WPF, or UWP.

MisterJimson commented 6 years ago

WPF and others are not, but many other project types can use resx files.

tom-englert commented 6 years ago

All the ResXManager GUI is implemented in WPF, someone who wants to port this will have to write a new GUI :disappointed:

maxhelskens commented 6 years ago

I wrote an extension (based on another project that didn't work) for visual studio for mac to edit resx files. It is really basic and I would love for it to be more like your resxManager (I used it on windows). If you can use any of the GUI in my project feel free to take a look.

I will try to improve it too if I find the time.. One day.. 😄 https://github.com/maxhelskens/ResxEditor-VS4Mac

aormsby commented 4 years ago

Aaaaaaah yeah, I would love this as I currently work only on a Mac. I wish I was in a position to work on this - perhaps I'll loop back around in the future.

Apart from this limitation, you've created a really cool extension. Hopefully, I can use it someday. 🙂

knuxbbs commented 4 years ago

Why only MacOS? .NET is now cross-platform, and it's time to consider Linux too.

It is much more feasible to invest in an technology like GtkSharp to port this project.

If someone's interested, let me know.

tom-englert commented 4 years ago

@knuxbbs just had a look at GtkSharp samples - felt like a time travel back into the 1990 where we had to write GUI like this :smirk: So much luck porting this app...

scarrier92 commented 1 year ago

With .net maui I guess it's now easier no? cross plateform and .xaml

tom-englert commented 1 year ago

If you can convince the VS team to rewrite everything in MAUI first...