avim
avim copied to clipboard
Vietnamese input method extension (IME) for Firefox, Thunderbird, SeaMonkey, Komodo, etc. — bộ gõ tiếng Việt dành cho Firefox, Thunderbird, SeaMonkey, Komodo, …
Typing CHAO` into a comment box on Facebook produces “ChaChào”. This happens with just about every dead key, probably an artifact of the autocompletion functionality on the box.
Add automatic diacritics while typing in [Arcane Office](https://docs.arcaneoffice.com/).
Typing any key in Google Docs always inserts an apostrophe before the letter (whether it’s a base letter or dead key), so Google Docs support is more than broken.
AVIM is incompatible with Thunderbird 63. [As of version 63](https://wiki.mozilla.org/Thunderbird/Add-ons_Guide_63), legacy addons either have to make use of a stopgap XUL overlay loader via a manifest.json or become restartless (#9).
Mozilla has introduced [a restrictive extension API similar to Chromium’s](https://wiki.mozilla.org/WebExtensions) and [announced the eventual deprecation](https://blog.mozilla.org/addons/2015/08/21/the-future-of-developing-firefox-add-ons/) of XUL- and XPCOM-based add-ons built on the existing Mozilla platform. XUL and XPCOM are...
In [CodeMirror](http://codemirror.net/) text areas, any diacritics added by AVIM disappear as soon as the user adds another diacritic. Among the places CodeMirror is used are GitHub and [soon Wikimedia’s MediaWiki...
In Waterfox 56.0.1, the toolbar button is unlabeled; otherwise, everything appears to be functioning normally.
The in-application test harness uses a variety of [XPCOM interfaces that have been removed](https://wiki.mozilla.org/Thunderbird/Add-ons_Guide_57): * `nsIAtomService`, which was removed for [bug 1,393,692](https://bugzilla.mozilla.org/show_bug.cgi?id=1393692), to format table cells: https://github.com/1ec5/avim/blob/9a84083b5f3120f9102ab9b6cc46234b32ed17c2/content/test/tester.js#L272-L274 * `nsIFilePicker.show()`, removed...
The in-application test harness, accessible only in debug builds via the Test button in the options dialog, no longer displays a file chooser and uses obsolete interfaces (#189). As of...
This is a placeholder for dropping Firefox compatibility, assuming that the issues blocking #141 aren’t resolved by the time [Firefox 57 drops XUL extensions](https://blog.mozilla.org/addons/2016/11/23/add-ons-in-2017/). Dropping Firefox support will consist of...