aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/linewrapping.lua
AgeCommit message (Collapse)Author
2022-06-03plugin linewrapping: added priorityjgmdev
Since the linewrapping plugin modifies some of the DocView line calculation and positioning functions we need to make sure of loading it before other plugins. This way we make sure that plugins that also overwrite and depend on DocView functionality aren't using the original methods without the linewrapping changes, which leads to wrong line and column calculations.
2022-05-31plugins: dropped --lite-xl version tagjgmdev
2022-05-23plugins: added settings gui supportjgmdev
2022-05-04Erroneously added padding.Adam Harrison
2022-05-04Updated linewrap and autocomplete to use the new get_line_screen_position ↵Adam Harrison
which takes a col.
2022-04-17Significantly improved performance of tokenization for larger documents by ↵Adam Harrison
by default not requiring tokenization.
2022-04-03Fixed some minor issues with linewrapping.Adam Harrison
2022-04-03Apparenlty these were issues? What?Adam Harrison
2022-04-03Soft Line Wrapping (#636)Adam
Added in soft line wrapping.