Review of "Alt+Tab List" version 1

Details Page Preview

Turn the alt+tab into a vertical list

Extension Homepage
https://github.com/matheus-inacio/alt-tab-list-extension

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) error 1 warning 2

Shexli found 3 issues that may need reviewer attention.

EGO011 error

GSettings schema XML must be present in package

Extension appears to use GSettings but no `.gschema.xml` file is included in the package.

GSettings Schemas

EGO027 warning

owned object references should be released in disable()

Owned references that are cleaned up in `disable()` should also be released with `null` or `undefined`.

Destroy all objects

  • extension.js:209
    this._settings = new Gio.Settings({
                    schema_id: 'org.gnome.shell.window-switcher',
                })
  • extension.js:221
    this._switcherList = new VerticalWindowSwitcher(windows)

EGO014 warning

objects created by extension should be destroyed in disable()

Object collections created in `enable()` are missing matching destroy loops in `disable()` or its helper methods.

Destroy all objects

  • extension.js:117
    item

All Versions

Version Status
4 Unreviewed
3 Unreviewed
2 Rejected
1 Rejected

Previous Reviews on this Version

matheus-inacio auto- rejected
Auto-rejected because of new version 2 was uploaded