index
:
pragtical
SDL2
master
The practical and pragmatic code editor.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
plugins
/
detectindent.lua
Age
Commit message (
Expand
)
Author
2024-09-09
Reduce the amount of co-routines needed on startup (#176)
Jefferson González
2024-09-01
Don't trust weak table keys to clean cached items (#164)
Jefferson González
2023-05-09
detectindent: fix wrong detection reported by Adam (#1500)
Jefferson González
2022-12-20
`detectindent`: Limit subsyntax depth (#1253)
Guldoman
2022-12-11
Add `regex.find_offsets`, `regex.find`, improve `regex.match` (#1232)
Guldoman
2022-08-16
Allow command predicates to manage parameters passed to the commands
Guldoman
2022-05-31
Merge pull request #1004 from Guldoman/PR_commandview_options
Jefferson González
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
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
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
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
2021-05-17
Fixed a bug where if detectindent is paired with another plugin that hooks th...
Adam
2021-05-05
Introduce new plugin versioning tag mod-version
Francesco Abbate
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
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