diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2024-10-20 20:29:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-20 14:29:59 -0400 |
commit | 79443641242361c9f73c34f8a9287cb638e1b553 (patch) | |
tree | 4c1cd9d66205cbb8bb8a5fa789699a6c773f2fce /manifest.json | |
parent | 146b41bbbe524f578f190f47794a2571cc439ac0 (diff) | |
download | lite-xl-plugins-79443641242361c9f73c34f8a9287cb638e1b553.tar.gz lite-xl-plugins-79443641242361c9f73c34f8a9287cb638e1b553.zip |
Simplify `minimap` (#284)
* Simplify `minimap`
* Remove `MiniMap:_get_thumb_rect_normal` workaround
* Fix `minimap` drawing float precision
* Improve `minimap` highlight drawing location
* Fixed `minimap` toggling
* Remove `minimap` workaround to keep caret visible
This is now handled in `DocView` directly.
* Use `common.splice` to manage `minimap` cache
* Add `docview` param to `MiniMap:line_highlight_color`
This will allow overrides to target a specific `DocView`.
The parameter is added last to keep compatibility with the previous
system.
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 a53f81d..2c94c0e 100644 --- a/manifest.json +++ b/manifest.json @@ -1892,7 +1892,7 @@ "id": "minimap", "mod_version": "3", "path": "plugins/minimap.lua", - "version": "0.2" + "version": "0.3" }, { "description": "Adds a motion-trail to the caret *([gif](https://user-images.githubusercontent.com/3920290/83256814-085ccb00-a1ab-11ea-9e35-e6633cbed1a9.gif))*", |