Commit Graph

12 Commits

Author SHA1 Message Date
Infi 9c4b975605 - No emote parsing on AutoTranslate
- nint everything
2024-06-02 14:17:45 +02:00
Infi 3a5dcae261 Fix #63 2024-05-28 14:23:31 +02:00
Dean Sheather 7020879aea fix: add last row from some auto-translate categories 2024-05-26 01:24:18 +10:00
Infi 23122e924b Better input preview handling 2024-05-19 01:51:36 +02:00
Dean Sheather fdae6b1cd2 fix: add Races, Clans and Companion Actions to auto-translate
The Race, Tribe and BuddyAction sheets were skipped as the default
behavior was to include rows from `0..^0` if no range was specified in
the Completion sheet. That range would usually include everything, but
since the ranges were iterated over as integers there is no "last" index
so `^0` equals zero.

Also preloads the AutoTranslate cache on plugin load in a new thread to
avoid a hitch when sending the first message. This behavior is disabled
in DEBUG builds to make profiling easier.
2024-04-29 18:55:24 +10:00
Infi 9f771c37e3 Implement #10 with fixed payload byte[] 2024-04-10 23:57:44 +02:00
Infi 948383b0c5 Remove this. everywhere, add small note to override style 2024-04-10 17:45:25 +02:00
Anna c9cd28589b refactor: update for api 9 2023-10-03 02:59:51 -04:00
Anna 9068199236 fix: only scroll when using arrow keys 2022-05-31 23:55:02 -04:00
Anna 8993da08e2 feat: improve autotranslate performance 2022-05-30 14:40:58 -04:00
Anna 212835c33a feat: add option to sort auto translate list 2022-05-30 00:52:44 -04:00
Anna 70cecf4a6d feat: add basic autotranslate support 2022-05-30 00:42:23 -04:00