kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

[#204] Added menu shortcuts #216

Closed dylanfu closed 5 years ago

dylanfu commented 5 years ago

Resolves #204. Should allow Mac users to use shortcuts.

Added menu items and shortcuts:

To Test:

  1. Compile the app through npm run compile
  2. Run the app through npm start or through the packaged app (.app, .exe, etc.)
  3. See if the menu items are updated and working
  4. If on Mac, check if the shortcuts work.
hybrio commented 5 years ago

Might want to disable reload as the app currently will break on reload (see #200 ).I think the developer tools were already a working shortcut for mac? (maybe it's just me) Lastly i noticed that the "Visual Git" tab and window name appear as "Electron" instead, is this because of the dev environment? @dylanfu image

dylanfu commented 5 years ago

@hybrio Yea I added reload and toggle dev tools to the menu for completeness. I can remove reload, but I think it's fine. Yes, in the dev environment it will show as "Electron" instead of "VisualGit"

dylanfu commented 5 years ago

Removed reload from menu.