Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-12 | minimap: use settings new color widget support | jgmdev | |
2022-12-30 | `minimap`: Fix crash if `avoid_small_docs` and `linewrapping` are both enabled | Guldoman | |
2022-11-02 | Use new `command.add` syntax (#136) | Guldoman | |
2022-11-01 | Changed minimap to accomodate new API.2.1 | Adam Harrison | |
2022-10-25 | minimap: check docview has minimap scroll | jgmdev | |
2022-10-25 | minimap: fixed small mistake | jgmdev | |
2022-10-25 | Minimap Rework with Scrollbar (#134) | Adam | |
* Changed minimap to use Guldo's new scrollbar. * Minimap fixes to use new scrollbar. * Minor cleanup. * Preempt this hitting other views inheriting from DocView. * Adjusted percentage code. * ?? * Fixed up calculation, and scrolling. * Fixed clicking on thumb doing something, and fixed offset not being taken into account. * Changed offset when clicking off. * Ensured that we don't drag when we're not actually inside the thumb on click, and ensured that thumbd doesn't highlight unelss we're actually inside it. * Fixing small little changes. * Changed it so that we don't initate a drag when drag-hovering. | |||
2022-06-15 | `minimap`: align rects to pixel grid | Guldoman | |
2022-06-14 | `minimap`: handle more cache invalidation cases | Guldoman | |
The cache is now invalidated when some settings change. It is now also invalidated on color scheme change. This assumes that the table `style.syntax["normal"]` is always replaced on color scheme change. | |||
2022-06-13 | `minimap`: don't crash with colors with invalid alpha | Guldoman | |
2022-06-13 | `minimap`: fix cutoff offset | Guldoman | |
2022-06-11 | `minimap`: correctly manage inserted/removed lines | Guldoman | |
2022-06-09 | `minimap`: performance improvements (cache, merge, avoid splitting) | Guldoman | |
Add a cache for the rects. This greatly improves performance, but poses cache invalidation problems. For example changing color scheme doesn't invalidate the cache. Merge touching rects with the same color. Add option to specify minimum number of spaces needed to split a token. | |||
2022-06-09 | `minimap`: allow per-`DocView` toggle even if globally disabled | Guldoman | |
2022-06-07 | changed indentation to 2 spaces for consistency across the repo | jgmdev | |
2022-06-07 | `minimap`: Add per-`DocView` toggle and option to hide on small docs (#96) | Guldoman | |
* `minimap`: draw correct lines when not highlighting * `minimap`: add toggle per-`DocView` * `minimap`: add option to automatically hide on small docs | |||
2022-05-31 | removed lite-xl version and left only mod version | jgmdev | |
2022-05-24 | added config_spec and other plugin compatibility fixes. | jgmdev | |
2022-05-22 | minimap: simplify predicate since Object:is is now strict | jgmdev | |
2022-05-22 | minimap: fix to work with lite-xl#916 | Guldoman | |
2022-05-22 | Appropriately merged config hashes. | Adam Harrison | |
2022-05-22 | Bumping versions. | Adam Harrison | |
2022-03-18 | minimap: don't show on non DocView's | jgmdev | |
2021-11-27 | Allow customization of minimap selection & caret colors. | Joshua Minor | |
2021-11-27 | Highlight the cursor and selection in minimap. | Joshua Minor | |
2021-11-27 | Don't select text when dragging in the minimap. | Joshua Minor | |
2021-11-27 | config.plugins.minimap.highlight_align | Joshua Minor | |
2021-11-27 | Switch to MiniMap:line_highlight_color() | Joshua Minor | |
2021-11-27 | Minimap supports per-line highlight colors, with adjustable gutter_width and ↵ | Joshua Minor | |
highlight_width. | |||
2021-09-11 | make minimap displace DocView | cukmekerb | |
2021-08-28 | bump minimap version tag | cukmekerb | |
2021-08-17 | Namespaced plugin configs. | Adam Harrison | |
2021-07-05 | minimap plugin no longer crashes lite-xl and now renders tab indentation | cukmekerb | |
2021-06-12 | Minimap plugin; this is expected in editors these days. | Adam Harrison | |