GNOME Bugzilla – Bug 778864
let the Run button be labeled Stop when the process is already running
Last modified: 2017-02-18 17:18:59 UTC
When the built program is running, the Run item in menu (F5, near the omnibar) should be labeled Stop (may be with the same key binding) which would stop the running program.
Created attachment 346142 [details] [review] run-button: add tooltip for stopping application We should at minimum have a tooltip for what the button will do when clicked. We might want a keybinding to go with this to perform the stop, but that isn't clear since the application wont have focus.
Created attachment 346143 [details] [review] run-button: add tooltips for run button This adds a tooltip for the drop down menu as well as the run button itself. This re-uses the GtkShortcutsShortcut so that we get fancy icon styling on the shortcut.
Attachment 346142 [details] pushed as 181d188 - run-button: add tooltip for stopping application Attachment 346143 [details] pushed as 3d7ba52 - run-button: add tooltips for run button