Review of "Uppercase Input Source Indicator" version 2.0 (3)

Details Page Preview

Makes the current input source (language) indicator uppercase. Works with IBus input method editors, too.

Extension Homepage
https://github.com/AndreyTalanin0x00/uppercase-input-source-indicator

No comments.

Diff Against

Files

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

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-003 warning

signals connected by extension should be disconnected in disable()

Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.

Disconnect all signals

  • InputSourceManagerMonitor.js:54
    this._inputSourceManagerSignalHandlerId = inputSourceManager.connect(signalName, (inputSourceManager) => signalCallback(inputSourceManager))

All Versions

Version Status
2.0 (3) Active
1.0 (2) Active
1.0 (1) Rejected

Previous Reviews on this Version

fmuellner active