aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/settings.lua
AgeCommit message (Collapse)Author
2024-06-21Improvements 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-11settings ui: added max_visible_commands config (#79)Jefferson González
2024-01-15Respect 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-01Added config.line_endings support to settings guijgmdev
2023-09-18Highlight default theme on settings ui, fixes #23jgmdev
2023-08-06Recompile ignore patterns when changed from guijgmdev
2023-08-06Added GUI for treeview show hidden/ignoredjgmdev
2023-07-30Merged Project Rework lite-xl/lite-xl#1455Adam 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-03settings: 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-03Changed log view settings from lite-xl/lite-xl-plugins#266Luke aka SwissalpS
2023-05-23settings: added config for tabs top marginjgmdev
2023-05-22Updated editor references on settings pluginjgmdev
2023-05-21Added settings pluginjgmdev