aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJefferson González <jgmdev@gmail.com>2023-01-18 22:17:04 -0400
committerGitHub <noreply@github.com>2023-01-18 22:17:04 -0400
commit8a33e1d8788fd0fee4a304c6353e7009bd6aa209 (patch)
treec0a67523c491ae348774aa482e179be26c003b56 /README.md
parenta91dbbfaf1e2e706c007c98890ac82e920ee771d (diff)
downloadlite-xl-plugins-8a33e1d8788fd0fee4a304c6353e7009bd6aa209.tar.gz
lite-xl-plugins-8a33e1d8788fd0fee4a304c6353e7009bd6aa209.zip
Search user interface using widgets (#168)
* added search_ui * support treeview find in directory * added support for lua pattern replace * use new widgets animation system and other fixes * clear results when changing options * adapted to changes on lite-xl/lite-xl#1232 * added bottom layout and made it default * added option to position on top * updated to use new widgets path * added search_ui to manifest
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ea53879..4b2baf9 100644
--- a/README.md
+++ b/README.md
@@ -187,6 +187,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
| [`regexreplacepreview`](plugins/regexreplacepreview.lua?raw=1) | Allows for you to write a regex and its replacement in one go, and live preview the results. |
| [`restoretabs`](plugins/restoretabs.lua?raw=1) | Keep a list of recently closed tabs, and restore the tab in order on ctrl+shift+t. |
| [`scalestatus`](plugins/scalestatus.lua?raw=1) | Displays current scale (zoom) in status view (depends on scale plugin) |
+| [`search_ui`](plugins/search_ui.lua?raw=1) | Alternative interface to find/replace and project search using widgets |
| [`select_colorscheme`](plugins/select_colorscheme.lua?raw=1) | Select a color theme, like VScode, Sublime Text.(plugin saves changes) |
| [`selectionhighlight`](plugins/selectionhighlight.lua?raw=1) | Highlights regions of code that match the current selection *([screenshot](https://user-images.githubusercontent.com/3920290/80710883-5f597c80-8ae7-11ea-97f0-76dfacc08439.png))* |
| [`settings`](plugins/settings.lua?raw=1) | Provides a GUI to manage core and plugin settings, bindings and select color theme *([video](https://user-images.githubusercontent.com/1702572/169743674-ececae24-f6b7-4ff2-bfa2-c4762cd327d9.mp4))*. (depends on [`widget`](https://github.com/lite-xl/lite-xl-widgets)) |