tareqimbasher / NetPad

A cross-platform C# editor and playground.
MIT License
1.25k stars 66 forks source link

[Mac] Mac Design Patterns #126

Open noahkiss opened 9 months ago

noahkiss commented 9 months ago

Some menu item locations are incorrect based on Mac design patterns, as well as default shortcuts.

For example, "Settings" should always be in the named dropdown (ex. "NetPad") and should always have the default shortcut of "Cmd + ," (⌘ ,). This may require registering the Settings (called Preferences until 2 versions ago) in a special way, I'm not sure.

Screenshot 2023-11-25 at 10 23 33 AM

Pop-up choice order should be updated:

Please see the below images (one from VS Code, one from NetPad). Generally on Mac the "confirm" and "deny" are grouped, with "cancel" separate.

Screenshot 2023-11-25 at 10 06 28 AM Screenshot 2023-11-25 at 10 06 21 AM

Here are a few links that I found:

Sorry I got off on a tangent a little bit with the links. Just trying to maybe save you some time by going down the rabbit hole myself :)

tareqimbasher commented 9 months ago

Thank you for the report and all the great links! I'll get that fixed.