| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-21 | Improvements to core.visited_files handling (#96) | Jefferson González | |
| * The maximum amount of visited files is configurable with config.max_visited_files to prevent indefinite addition of visited files * Visited files are cleared when opening a different project * We now use the absolute path instead of relative to prevent issues with multiple project directories * config.max_visited_files added to settings ui plugin * save and restore core.visited_files on the workspace plugin for each project | |||
| 2024-03-11 | settings ui: added max_visible_commands config (#79) | Jefferson González | |
| 2024-01-15 | Respect config.file_size_limit on some components (#60) | Jefferson González | |
| * Refresh treeview on file_size_limit change * Respect file_size_limit on findfile plugin * Respect file_size_limit on projectsearch plugin * Respect file_size_limit on core.open_doc | |||
| 2023-12-01 | Added config.line_endings support to settings gui | jgmdev | |
| 2023-09-18 | Highlight default theme on settings ui, fixes #23 | jgmdev | |
| 2023-08-06 | Recompile ignore patterns when changed from gui | jgmdev | |
| 2023-08-06 | Added GUI for treeview show hidden/ignored | jgmdev | |
| 2023-07-30 | Merged Project Rework lite-xl/lite-xl#1455 | Adam Harrison | |
| * Initial commit to clean up projects; spun off find-file to its own plugin, removed project limit, removed the concept of a project maintaining an ordered list of files, and allowed treeview to see things like hidden files and files not actually in the project. * Normalizing things, fixed typo. * Abstracted root project, and made things more in line with current master behaviour. * Removed unused legacy code, as well as ensured that we use absolute paths. * Fixed issue with backslahes on linux, will look at windows at some point. * Removed stray print. * Removed orphaned function. * Removed extraneous command. * Fixed the ability to close project folders. * Adaptations for project rework. * Removed superceded function. * Applied jgm's suggestions. | |||
| 2023-07-03 | settings: respect disabled plugins on lua modules as reported on ↵ | jgmdev | |
| lite-xl/lite-xl#1551 Prevents the automatic loading of plugins disabled on the user or project lua modules by the settings ui. | |||
| 2023-07-03 | Changed log view settings from lite-xl/lite-xl-plugins#266 | Luke aka SwissalpS | |
| 2023-05-23 | settings: added config for tabs top margin | jgmdev | |
| 2023-05-22 | Updated editor references on settings plugin | jgmdev | |
| 2023-05-21 | Added settings plugin | jgmdev | |
