aboutsummaryrefslogtreecommitdiff
path: root/data/core/init.lua
AgeCommit message (Expand)Author
2022-01-09Remove DMON_LOG_ERROR to return an error codeFrancesco Abbate
2022-01-09Fix undue asserts in dmon_extraFrancesco Abbate
2022-01-09Write an initial project module if not presentFrancesco Abbate
2022-01-09Add some comments for ignore_files logicFrancesco Abbate
2022-01-09Use compiled ignore_files patternFrancesco Abbate
2022-01-09First version of paths in ignore_filesFrancesco Abbate
2022-01-08Restored floating point time granularity.Adam Harrison
2022-01-06Fix problem when reloading project directoryFrancesco Abbate
2022-01-05Fix problem with special file typesFrancesco Abbate
2022-01-04Do not reload core.keymap moduleFrancesco Abbate
2022-01-03Fix logic for file create eventFrancesco Abbate
2021-12-31Restore config.plugins when reloading configFrancesco Abbate
2021-12-30Fix project's module loading when changing projectFrancesco Abbate
2021-12-30Fix error with ignore_filesFrancesco Abbate
2021-12-30Always watch/unwatch subdirectories on all systemsFrancesco Abbate
2021-12-28Ensure project reload when changing project moduleFrancesco Abbate
2021-12-28Avoid references to project's dir in TreeViewFrancesco Abbate
2021-12-28Scan project folder after project module is loadedFrancesco Abbate
2021-12-22Add parameters to `core.on_dirmonitor_{modify,delete}`Guldoman
2021-12-22Ensure TreeView cache entry is removed on deleteFrancesco Abbate
2021-12-22Revert "Merge pull request #697 from Guldoman/treeview_remove_changed"Guldoman
2021-12-21Merge pull request #713 from Jipok/masterAdam
2021-12-21Merge branch 'master' of github.com:lite-xl/lite-xl into better-logviewtakase1121
2021-12-20Call dmon_unwatch when changing projectFrancesco Abbate
2021-12-20Ensure TreeView cache entry is removed on deleteFrancesco Abbate
2021-12-20Fix logic in project's file insertionFrancesco Abbate
2021-12-20Don't search if there are no filesGuldoman
2021-12-19Directly link to our repoGuldoman
2021-12-18multiple improvements to loggingtakase1121
2021-12-08Make cursor_clipboard globa, not per docJipok
2021-11-27Used basenames for ignore_files rather than full paths.Adam Harrison
2021-11-26Merge pull request #697 from Guldoman/treeview_remove_changedAdam
2021-11-26Fix logic in project's file insertionFrancesco Abbate
2021-11-24Remove changed files/dirs from `TreeView` cacheGuldoman
2021-11-24Don't search if there are no filesGuldoman
2021-11-23Manual merge of into .Adam Harrison
2021-11-14Added in mousewheel as part of this.Adam Harrison
2021-11-14Moved commands out to the outer event loop.Adam Harrison
2021-11-14Made varaible anonymous.Adam Harrison
2021-11-07Made plugin load order deterministic.Adam Harrison
2021-10-21Force project rescan on network filesystemsFrancesco Abbate
2021-10-21Add a limit for very slow filesystemsFrancesco Abbate
2021-10-21Do not use normalize_path when not neededFrancesco Abbate
2021-10-08Use dmon events in reload pluginFrancesco Abbate
2021-10-08Report dmon modify eventsFrancesco Abbate
2021-10-08Implement directory monitoring using septag/dmonFrancesco Abbate
2021-10-02Merge pull request #521 from adamharrison/remove-font-rendererFrancesco
2021-10-02Load project module on project change (#571)Guldoman
2021-10-02Load project module on project change (#571)Guldoman
2021-09-24Removed font renderer.Adam Harrison