aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/projectsearch.lua
AgeCommit message (Collapse)Author
2021-01-13Do not add project path in files from project searchv1.15.1-lite-xlFrancesco Abbate
2020-12-28Fix find in project problem with get_active_viewFrancesco Abbate
2020-12-28Change project files output to not include a prefix '/' in filenameFrancesco 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-27Fix project search and status view for new add directory featureFrancesco Abbate
2020-05-02Added brightness transition to projectsearch text/line on completerxi
2020-05-02Added scroll boundsrxi
Resolves #9 Resolves #6 Resolves #3
2020-05-01Added `refresh` command (`f5`) to projectsearch plugin's ResultViewrxi
2020-02-22Made up/down commands on projectsearch ResultView scroll viewrxi
Fixes #14
2019-12-28Initial commitrxi