index
:
lite-xl-plugins
2.0
2.1
2.2
PR/update-manifest-adamharrison-lite-xl-terminal
PR/update-manifest-adamharrison-lite-xl-www
PR/update-manifest-adamharrison-quetta
PR/update-manifest-adamharrisonlite-xl-terminal
PR/update-manifest-jdk-and-lsp_c-and-lsp_emmet-and-lsp_lua-and-lsp_java-and-lsp_python-and-lsp_quicklintjs-and-lsp_rust-and-lsp_tex-and-lsp_typescript-and-lsp_zig-and-nodejs
PR/update-manifest-lite-xl-lite-xl-ide
PR/update-manifest-lite-xl-lite-xl-lsp
PR/update-manifest-lite-xl-lite-xl-lsp-servers
PR/update-manifest-lite-xllite-xl-lsp-servers
master
Plugins for the Lite XL editor
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
regexreplacepreview.lua
Age
Commit message (
Collapse
)
Author
2023-01-31
Remove workaround for sorted `Doc:get_selection` issue (#197)
Guldoman
* `dragdropselected`: Replace deprecated `math.pow` with `^` * Remove workaround for sorted `Doc:get_selection` issue Reverts 94f7c8b33371e49d6f026f5be6a41acd73ad9c6b.
2022-12-20
regexreplacepreview: compat fixes for lite-xl master
jgmdev
2022-11-02
Add workaround for sorted `Doc:get_selection` issue (#141)
Guldoman
2022-11-02
Use new `command.add` syntax (#136)
Guldoman
2022-09-16
regexreplacepreview: drop deprecated call to commandview set text
jgmdev
2022-06-16
updates to new command_view:enter interface
jgmdev
2022-06-07
changed indentation to 2 spaces for consistency across the repo
jgmdev
2022-05-31
removed lite-xl version and left only mod version
jgmdev
2022-05-22
regexreplacepreview: use table.unpack in place of unpack
jgmdev
2022-05-22
Bumping versions.
Adam Harrison
2021-08-17
Updated mod-version and made things 2.0 instead of 2.00.
Adam Harrison
2021-08-17
Updated all lua plugins to be compatible with 2.0.
Adam Harrison
2021-06-05
Added in regex replacement plugin. Allows for each preview of stuff.
Adam Harrison