fable-compiler / repl

Fable online REPL
http://fable.io/repl
MIT License
64 stars 38 forks source link

Show the shortcut information somewhere in the application #95

Closed zzz6519003 closed 5 years ago

MangelMaxime commented 5 years ago

Hello, with the current version of the REPL if you press Ctrl + S or Cmd + S it will recompile + run the code.

zzz6519003 commented 5 years ago

thx, cmd+r would be more obvious

MangelMaxime commented 5 years ago

Well Cmd+R is already used by the browser to reload the page so I prefer to not override this shortcut which is more used than Cmd+S in a browser.

You can also use alt+enter. In the past, we had the information shown in the toolbar but seems like we lost it. We should make it visible again.

MangelMaxime commented 5 years ago

Perhaps, we can a tooltip when hovering the Compile button for a certain period of time

zzz6519003 commented 4 years ago

Good call!

Convention is a big thing!