index
:
lite-xl-plugins
2.0
2.1
2.2
PR/update-manifest-adamharrison-lite-xl-terminal
PR/update-manifest-adamharrison-lite-xl-www
PR/update-manifest-adamharrison-quetta
PR/update-manifest-adamharrisonlite-xl-terminal
PR/update-manifest-jdk-and-lsp_c-and-lsp_emmet-and-lsp_lua-and-lsp_java-and-lsp_python-and-lsp_quicklintjs-and-lsp_rust-and-lsp_tex-and-lsp_typescript-and-lsp_zig-and-nodejs
PR/update-manifest-lite-xl-lite-xl-ide
PR/update-manifest-lite-xl-lite-xl-lsp
PR/update-manifest-lite-xl-lite-xl-lsp-servers
PR/update-manifest-lite-xllite-xl-lsp-servers
master
Plugins for the Lite XL editor
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
minimap.lua
Age
Commit message (
Expand
)
Author
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
2022-06-15
`minimap`: align rects to pixel grid
Guldoman
2022-06-14
`minimap`: handle more cache invalidation cases
Guldoman
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
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
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
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