aboutsummaryrefslogtreecommitdiff
path: root/plugins/spellcheck.lua
AgeCommit message (Collapse)Author
2023-03-19Made spellcheck use `get_line_screen_position`, which works with ↵Adam
linewrapping. (#224) * Made spellcheck use `get_line_screen_position`, which works with line wrapping. * Updated spellcheck to work with linewrapping as per Guldoman's suggestion. * Bumping version.
2023-01-06`spellcheck`: Add cache (#179)Guldoman
2022-11-02Use new `command.add` syntax (#136)Guldoman
2022-09-16spellcheck: updated config spec to support file typejgmdev
2022-06-16updates to new command_view:enter interfacejgmdev
2022-05-31removed lite-xl version and left only mod versionjgmdev
2022-05-24added config_spec and other plugin compatibility fixes.jgmdev
2022-05-22Updated spellcheck to work with linewrapping.Adam Harrison
2022-05-22spellcheck: added toggle commandjgmdev
2022-05-22spellcheck: added context menujgmdev
2022-05-22Appropriately merged config hashes.Adam Harrison
2022-05-22Bumping versions.Adam Harrison
2021-11-17Added missing namespace to spellcheck.files config (#86)B14CK313
This entry was missed in #46 which broke the plugin
2021-08-17Updated mod-version and made things 2.0 instead of 2.00.Adam Harrison
2021-08-17Namespaced plugin configs.Adam Harrison
2021-08-17Updated all lua plugins to be compatible with 2.0.Adam Harrison
2021-05-22Add new tag modversionFrancesco Abbate
2021-04-09Completed verification and tagging of pluginsFrancesco Abbate
2020-05-22Add default path for words file on windowsJean-Sébastien Nadeau
Path is the exe dir.
2020-05-01Changed all plugins that do underlines to use 1*SCALE instead of divider sizerxi
2020-04-27Updated spellcheck plugin: fixed active word checkrxi
2020-04-27Made spellcheck plugin put caret at *end* of word when selectingrxi
2020-04-25Updated spellcheck pluginrxi
* Improved delayed-highlight of active word * Added "replace" command * Added "add-to-dictionary" command
2020-04-23Moved all plugins to `plugins` dirrxi