| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-14 | Added in simple directory search to treeview. (#1110) | Adam | |
| 2022-06-02 | Add `text` and `select_text` to `CommandView` options | Guldoman | |
| 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-02-13 | Plugin projectsearch: set command view text to current document selection. | jgmdev | |
| 2021-12-31 | Migrate to Lua 5.4 | Jan200101 | |
| 2021-11-14 | Propogated mouse clicks correctly. | Adam Harrison | |
| 2021-08-29 | Fix crash in project search when project has no files | Guldoman | |
| 2021-08-27 | Introduce View objects context property | Francesco Abbate | |
| Used to determine if an instance of the given class should be closed or not when a project session is terminated. | |||
| 2021-08-17 | 2.0 changelog and modversion updates. | Adam Harrison | |
| 2021-06-02 | Add PCRE to support regular expressions | Adam | |
| Use regular expressions instead of Lua patterns for find and replace editor commands. Syntax files can now use regex or Lua patterns as before keeping backward compatibility for plugins. | |||
| 2021-05-26 | Implement lazy loading of directories | Francesco Abbate | |
| When the number of files in a project directory is above the max limit switch back to a mechanism to read directory content only when the corresponding folder is expanded in the treeview. When the command core:find-file is invoked the command core:open-file is executed instead because the complete list of the project's files is not available. When a project search is done we search through all the files within the project dir without indexing them. Address issues #217 #203 #183. | |||
| 2021-05-17 | Truncated lines longer than 256 characters, and skipped to the relevant ↵ | Adam | |
| portion of the line to reduce slowdown and increase relevancy. (#185) | |||
| 2021-05-17 | Added in keyboard shortcuts to the project search module. (#188) | Adam | |
| 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-01-13 | Do not add project path in files from project searchv1.15.1-lite-xl | Francesco Abbate | |
| 2020-12-28 | Fix find in project problem with get_active_view | Francesco Abbate | |
| 2020-12-28 | Change project files output to not include a prefix '/' in filename | Francesco Abbate | |
| It make sense to not put the initial '/' in the filename as the name is relative to the top directory it belongs to. By removing the the initial '/' in the filename we can re-introduce the variable core.project_files to stay compatible with standard Lite. The project_files variable will always point to the files table of the first entry of core.project_directories. | |||
| 2020-12-27 | Fix project search and status view for new add directory feature | Francesco Abbate | |
| 2020-05-02 | Added brightness transition to projectsearch text/line on complete | rxi | |
| 2020-05-02 | Added scroll bounds | rxi | |
| Resolves #9 Resolves #6 Resolves #3 | |||
| 2020-05-01 | Added `refresh` command (`f5`) to projectsearch plugin's ResultView | rxi | |
| 2020-02-22 | Made up/down commands on projectsearch ResultView scroll view | rxi | |
| Fixes #14 | |||
| 2019-12-28 | Initial commit | rxi | |
