aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/detectindent.lua
AgeCommit message (Collapse)Author
2021-09-07Add commands to manage tab styleGuldoman
2021-09-07Don't use threads in `detectindent`Guldoman
As it's execution only happens on load/save.
2021-09-07Use configured indent values if `detectindent` can't detect themGuldoman
2021-09-07Update `detectindent` cache only after saving/reloadingGuldoman
Before, if the indent wasn't fully detected, `detectindent` would try to update every second. On files with very long lines this would cause stutters. Now the indent is updated only once after saving/reloading.
2021-08-172.0 changelog and modversion updates.Adam Harrison
2021-05-27Reduce number of used lines in detectindentFrancesco Abbate
2021-05-27Use thread in detectindent pluginFrancesco Abbate
2021-05-17Fix error with previous commitFrancesco Abbate
Error was introduced with PR: https://github.com/franko/lite-xl/pull/190
2021-05-17Fixed a bug where if detectindent is paired with another plugin that hooks ↵Adam
the event, it'll overwrite the other plugin's functions. (#190)
2021-05-05Introduce new plugin versioning tag mod-versionFrancesco Abbate
New plugins should use the version tag: -- mod-version: 1 The old version tag "-- lite-xl 1.16" will be considerer equivalent to mod-version 1.
2021-04-06Add plugin verification by version tagFrancesco Abbate
2021-04-06Logical test simplification in detectindentFrancesco Abbate
2021-04-05Add hook function for Doc changesFrancesco Abbate
2021-02-20Fix indent spaces/tabs labelingFrancesco Abbate
2021-02-19Automatic keep adjusting indent sizeFrancesco Abbate
When too few lines keep adjusting indent size
2021-02-19Adjust line numbers for detect indentFrancesco Abbate
2021-02-18Improve detectindent to skip commentsFrancesco Abbate
2020-11-21Include detect-indent improved plugin into Lite XLFrancesco Abbate