| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-16 | Allow command predicates to manage parameters passed to the commands | Guldoman | |
| When a command is performed with parameters, those are now passed to the predicate. The predicate can then return, after the validity boolean, any other value that will then be passed to the actual command. If the predicate only returns the validity boolean, the original parameters are passed through to the actual command. This allows predicates to manipulate the received parameters, and allows them to pass the result of an expensive computation to the actual command, which won't have to recalculate it. String and table predicates will now also return `core.active_view`. | |||
| 2022-05-31 | Merge pull request #1004 from Guldoman/PR_commandview_options | Jefferson González | |
| Add options table to `CommandView:enter` | |||
| 2022-05-31 | plugins: dropped --lite-xl version tag | jgmdev | |
| 2022-05-30 | Use new `CommandView:enter` options table | Guldoman | |
| 2022-04-03 | Bumping version numbers. | Adam Harrison | |
| 2022-03-22 | Re-enabled comment cache. | Adam Harrison | |
| 2022-03-22 | Fixed anonyous syntaxes. | Adam Harrison | |
| 2022-03-17 | plugin detectindent: pre-compile regexes | jgmdev | |
| 2022-03-15 | plugin detectident: fixes and improvements | jgmdev | |
| * Improved performance 67x by not using the tokenizer, this means that now opening files or saving them where indentation is re-detected is much more faster. * Improved the algorithm to detect the space size. | |||
| 2021-11-20 | Adapt `detectindent` to the new indentation architecture | Guldoman | |
| 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 | |
