aboutsummaryrefslogtreecommitdiff
path: root/plugins/selectionhighlight.lua
AgeCommit message (Collapse)Author
2023-01-31Remove workaround for sorted `Doc:get_selection` issue (#197)Guldoman
* `dragdropselected`: Replace deprecated `math.pow` with `^` * Remove workaround for sorted `Doc:get_selection` issue Reverts 94f7c8b33371e49d6f026f5be6a41acd73ad9c6b.
2022-11-02Add workaround for sorted `Doc:get_selection` issue (#141)Guldoman
2022-05-31removed lite-xl version and left only mod versionjgmdev
2022-05-22Fix various plugins for linewrappingjgmdev
2022-05-22Bumping versions.Adam Harrison
2022-04-30`selectionhighlight`: Don't draw box around the selectionGuldoman
2022-04-30`selectionhighlight`: Draw frame after drawing line bodyGuldoman
Before, if a line was highlighted, all the frames it contained were invisible.
2021-08-25`selectionhighlight`: Only call `get_text` when neededGuldoman
This avoids calling `get_text` on a potentially big selection.
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-06-11Removed configuration to enable selecting empty spaces.jgmdev
2021-06-08[selectionhighlight] added option to not highlight empty spaces.jgmdev
2021-05-22Add new tag modversionFrancesco Abbate
2021-04-09Completed verification and tagging of pluginsFrancesco Abbate
2020-05-07Changed selectionhighlight plugin to use doc.lines arrayrxi
2020-04-30Changed selectionhighlight plugin to draw box instead of filled rectanglerxi
2020-04-29Added `selectionhighlight` pluginrxi