Minh Nguyễn

Results 944 comments of Minh Nguyễn

[Character Identifier](https://addons.mozilla.org/vi/firefox/addon/character-identifier/) ([GitHub link](https://github.com/dbaron/char-identifier)) is pretty handy for this purpose.

Thunderbird 63 removes ``, which is used in the blacklist preference pane, in favor of ``. https://github.com/1ec5/avim/blob/bbd494130f5e18d3d9c24c6d9a348754d1271f8e/content/blacklist.xul#L39 `` and `` have also been removed in favor of `Services.strings.createBundle()`, though the...

At least in my local setup, it was pretty straightforward to adopt the XUL overlay loader, though I don’t know what effect the manifest.json will have on older versions of...

Firefox has had `UndoManager` support since Firefox 20, but [disabled by default](https://bugzilla.mozilla.org/show_bug.cgi?id=617532#c43) (`dom.undo_manager.enabled`).

The lack of access to parts of the chrome outside Web content continues to be the major pain point for users of Chromium IME extensions, for instance kimkha/avim-chrome#19.

@piroor filed some Bugzilla bugs that would be very useful for implementing #28 with a WebExtensions-based addon: https://bugzilla.mozilla.org/show_bug.cgi?id=1353790 https://bugzilla.mozilla.org/show_bug.cgi?id=1276600

> An [API for manipulating keystrokes in chrome](https://webextensions.uservoice.com/forums/315663-webextension-api-ideas/suggestions/9439182-add-api-to-listen-for-key-events-and-manipulate-in), including inside other extensions’ contexts. @cmcaine has written a [WebExtensions experiment](https://webextensions-experiments.readthedocs.io/en/latest/), [keyboard-api](https://github.com/cmcaine/keyboard-api/), that would enable an extension to listen for and selectively...

Thanks, I’m belatedly digging into the proposed API after having paid little attention to WebExtensions over the past couple years. (Nothing like a little time pressure!) I really appreciate the...

Thank you everyone for your patience. By way of an update, addons.mozilla.org plans to remove all legacy extension listings soon, including AVIM, but Thunderbird users can continue to find AVIM...

Actually, most of the demos at the CodeMirror site work fine. I’ve observed this issue at GitHub; it might be due to one of the addons GitHub installs. This is...