Review of "Force Quit" version 1

Details Page Preview

Adds a force quit button. Click the toolbar button, then choose the window you want to force quit. On accidental click, right click anywhere or press [Esc] to abort the kill.

Extension Homepage
https://github.com/meghprkh/force-quit/

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Previous Reviews on this Version

fmuellner posted a review
Looks good, just some style suggestions: - you don't need to use Lang.bind() for the event handler (not using 'this' in the function) - the empty if block is odd; if you don't do anything with the return value, just ignore it (e.g. just call "GLib.spawn_command_line_async('xkill');") - not sure what the intended behavior of the insert_child_at_index() call is, but it might not behave as expected when other extension add to the same container. You can use '-1' to append the icon at the end, or figure out the correct index of Main.panel.statusArea['appMenu'] to add it next to the app menu
megh rejected
will submit new version