aboutsummaryrefslogtreecommitdiff
path: root/data/core/config.lua
AgeCommit message (Collapse)Author
2020-05-17Added `config.ignore_files`rxi
Filenames that match either the single pattern provided by `config.ignore_files`, or any pattern in a table of patterns, will be ignored when lite is filling the `core.project_files` table Resolves #77 Resolves #102
2020-05-16Changed config.mouse_wheel_scroll default to multiply by SCALErxi
2020-05-16Moved `config.treeview_size` from `config.lua` to `treeview.lua`rxi
2020-05-05Increased config.max_log_items from 20 to 80rxi
2020-04-25Removed underscore from start of globals, added VERSIONrxi
eg. `_SCALE` => `SCALE` prevents conflict with lua's own _NAME globals
2019-12-28Initial commitrxi