| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-07 | Add commands to manage tab style | Guldoman | |
| 2021-09-07 | Don't use threads in `detectindent` | Guldoman | |
| As it's execution only happens on load/save. | |||
| 2021-09-07 | Use configured indent values if `detectindent` can't detect them | Guldoman | |
| 2021-09-07 | Update `detectindent` cache only after saving/reloading | Guldoman | |
| 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-17 | 2.0 changelog and modversion updates. | Adam Harrison | |
| 2021-05-27 | Reduce number of used lines in detectindent | Francesco Abbate | |
| 2021-05-27 | Use thread in detectindent plugin | Francesco Abbate | |
| 2021-05-17 | Fix error with previous commit | Francesco Abbate | |
| Error was introduced with PR: https://github.com/franko/lite-xl/pull/190 | |||
| 2021-05-17 | Fixed 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-05 | Introduce new plugin versioning tag mod-version | Francesco 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-06 | Add plugin verification by version tag | Francesco Abbate | |
| 2021-04-06 | Logical test simplification in detectindent | Francesco Abbate | |
| 2021-04-05 | Add hook function for Doc changes | Francesco Abbate | |
| 2021-02-20 | Fix indent spaces/tabs labeling | Francesco Abbate | |
| 2021-02-19 | Automatic keep adjusting indent size | Francesco Abbate | |
| When too few lines keep adjusting indent size | |||
| 2021-02-19 | Adjust line numbers for detect indent | Francesco Abbate | |
| 2021-02-18 | Improve detectindent to skip comments | Francesco Abbate | |
| 2020-11-21 | Include detect-indent improved plugin into Lite XL | Francesco Abbate | |
