diff options
author | Adam <adamdharrison@gmail.com> | 2023-03-19 15:33:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-19 20:33:37 +0100 |
commit | 98c2317ebd32f80d378830d7047371fd50c476c0 (patch) | |
tree | 0c1a7a4ee73ba29ce769e51620f3fa72ddef1497 /manifest.json | |
parent | 6e674886825d36a08ea2e5b4ae89f9e996f79ac6 (diff) | |
download | lite-xl-plugins-98c2317ebd32f80d378830d7047371fd50c476c0.tar.gz lite-xl-plugins-98c2317ebd32f80d378830d7047371fd50c476c0.zip |
Made spellcheck use `get_line_screen_position`, which works with 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.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 3029058..badc1da 100644 --- a/manifest.json +++ b/manifest.json @@ -1150,7 +1150,7 @@ }, { "description": "Underlines misspelt words *([screenshot](https://user-images.githubusercontent.com/3920290/79923973-9caa7400-842e-11ea-85d4-7a196a91ca50.png))* *-- note: on Windows a [`words.txt`](https://github.com/dwyl/english-words/blob/master/words.txt) dictionary file must be placed beside the exe*", - "version": "0.1", + "version": "0.2", "path": "plugins/spellcheck.lua", "id": "spellcheck", "mod_version": "3" |