aboutsummaryrefslogtreecommitdiff
path: root/data/core/init.lua
AgeCommit message (Expand)Author
2022-08-20Added a smoothing and strikethrough option to font loading. (#1087)Aqil Contractor
2022-07-15Add font style options in user modulecisoun
2022-06-28Fix opening `LogView` when reloading customizationsGuldoman
2022-06-07initial documentation for better code completionjgmdev
2022-06-07Merge pull request #1022 from Guldoman/PR_annoy_on_reload_errorJefferson González
2022-06-07Merge pull request #1010 from Guldoman/PR_improve_multiproject_treeviewJefferson González
2022-06-05Open `LogView` on user/project module reload errorGuldoman
2022-06-02style: move default colors to its own style filejgmdev
2022-06-01Add `common.is_absolute_path`Guldoman
2022-05-31Merge pull request #1005 from Guldoman/PR_improve_logsJefferson González
2022-05-31plugins: only check mod versionjgmdev
2022-05-31Expose function to create custom log entriesGuldoman
2022-05-31Add `warn` log levelGuldoman
2022-05-31Always show backtrace for `error` log entriesGuldoman
2022-05-05plugins: add load priority support with '--priority:###'jgmdev
2022-05-02core: expose rescan_project_directories and configure_borderless_windowjgmdev
2022-05-02Merge pull request #966 from adamharrison/check-plugin-load-timeGuldoman
2022-04-30Added in log to show total time.Adam Harrison
2022-04-28Send `mouseleft` event when the mouse leaves the window (#928)Guldoman
2022-04-28Added plugin load-time log.Adam Harrison
2022-04-28Check if `USERDIR` doesn't exist in `core.delete_temp_files`Guldoman
2022-04-26TreeView Changes (#898)Adam
2022-04-26Asynchronous Reads for Dirmonitor (#930)Adam
2022-04-18Add `DATADIR` and `USERDIR` explanation in created user moduleGuldoman
2022-03-28core: fixes and changes to temp filesjgmdev
2022-03-18Allow opening non existing files from argumentsGuldoman
2022-03-10config: added skip_plugins_versionjgmdev
2022-03-09config overwritten on user/project modules savejgmdev
2022-03-08Fixed some issues with inotify and multiple events at the same time. (#872)Adam
2022-03-06init: also load default nodes and commands before user plugins and project mo...jgmdev
2022-03-06init: load core views before user pluginsjgmdev
2022-03-06Load project module on startupGuldoman
2022-03-06Fix Project Scanning (#746)Adam
2022-02-15Allow intercepting `filedropped` eventsGuldoman
2022-02-11Fix again bug with invalid ignore_files patternsFrancesco Abbate
2022-01-30Merge branch 'master' of https://github.com/lite-xl/lite-xl into improvementsDheisom Gomes
2022-01-28Go back to `common.match_pattern` and use `table.unpack` directly on function...Dheisom Gomes
2022-01-28Error correction getting "unpack" functionDheisom Gomes
2022-01-28Added support to use a array of regex to ignore filesDheisom Gomes
2022-01-28Added support to pass extra arguments to functions on core.add_threadDheisom Gomes
2022-01-25Do no error out on malformed ignore patternsmerge-master-2.0Francesco Abbate
2022-01-24Fix problem with project module save hookFrancesco Abbate
2022-01-22Remove unused whitespace_replacements functionFrancesco Abbate
2022-01-19Merge branch 'master-2.0'Francesco Abbate
2022-01-18Merge pull request #743 from takase1121/better-logviewAdam
2022-01-18Remove remaining debug messageFrancesco Abbate
2022-01-13Treat final '/' or '/$' in ignore rule as part of the patternFrancesco Abbate
2022-01-12Fix project files reading with symlinkfix-dir-monitor-symlinksFrancesco Abbate
2022-01-10Ensure config.plugins are restored on new configFrancesco Abbate
2022-01-09Ensure project rescan thread is terminatedFrancesco Abbate