aboutsummaryrefslogtreecommitdiff
path: root/data/plugins
AgeCommit message (Expand)Author
2022-01-19Merge branch 'master-2.0'Francesco Abbate
2022-01-18Merge pull request #743 from takase1121/better-logviewAdam
2022-01-18Merge pull request #771 from takase1121/multiline-comment-commandAdam
2022-01-09Fix undue asserts in dmon_extraFrancesco Abbate
2022-01-08Merge pull request #781 from Jan200101/PR/lua54Adam
2022-01-07Clear TreeView cache when closing projectFrancesco Abbate
2021-12-31Migrate to Lua 5.4Jan200101
2021-12-31Revert "No longer store autocomplete options in config"Francesco Abbate
2021-12-30Update toolbarview.luaNightwing
2021-12-30[Fix] Pointer Bug in ToolBar pluginNightwing
2021-12-28Avoid references to project's dir in TreeViewFrancesco Abbate
2021-12-28No longer store autocomplete options in configFrancesco Abbate
2021-12-26fallback to toggle-line-comment and vice versa if neededtakase1121
2021-12-25add toggle-block-commenttakase1121
2021-12-24add option for initial sizetakase1121
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-20Ensure TreeView cache entry is removed on deleteFrancesco Abbate
2021-12-20Added an exclusion for lineguide in the commandview.Adam Harrison
2021-12-18multiple improvements to loggingtakase1121
2021-12-15Set `void` to `keyword2` in `language_c` and `language_cpp` pluginsGuldoman
2021-12-12Merge pull request #708 from Guldoman/treeview_stylingAdam
2021-12-11Removed erroneously added file.Adam Harrison
2021-12-11Fixed treeview clicking not being caught.Adam Harrison
2021-12-07Avoid drawing hidden `TreeView` itemsGuldoman
2021-12-07Split `TreeView:draw` into multiple functionsGuldoman
2021-12-06Merge pull request #497 from lite-xl/fix-javascript-regexp-syntaxAdam
2021-12-05Merge pull request #705 from Guldoman/check_if_proj_dirAdam
2021-12-03Improved Markdown syntax highlighterNightwing
2021-11-30Check the entire path in `TreeView` `new-file` and `new-folder` commandsGuldoman
2021-11-29Allow `TreeView` item icon and text stylingGuldoman
2021-11-28Check the entire path in `TreeView` predicateGuldoman
2021-11-27Merge pull request #682 from Guldoman/indent_refactorAdam
2021-11-27Merge pull request #694 from adamharrison/fix-context-menuAdam
2021-11-26Merge pull request #697 from Guldoman/treeview_remove_changedAdam
2021-11-24Merge pull request #696 from adamharrison/fix-lineguideAdam
2021-11-24Merge pull request #692 from adamharrison/draw-whitespace-colorAdam
2021-11-24Remove changed files/dirs from `TreeView` cacheGuldoman
2021-11-23Added an exclusion for lineguide in the commandview.Adam Harrison
2021-11-23Added in cut, copy and paste to the context menu. Also removed find pattern, ...Adam Harrison
2021-11-23Added in the ability to specify a color for whitespace.Adam Harrison
2021-11-23Apply again cd10497b495f42f5cb102aac93af3e9280e65619PIESEL
2021-11-23Manual merge of into .Adam Harrison
2021-11-22Merge pull request #673 from vincens2005/masterGuldoman
2021-11-22JS hex BigInts and hex numeric separatorscukmekerb
2021-11-21Switched to TreeView:color_for_item(abs_path)Joshua Minor
2021-11-21Allow for color overrides in the tree viewJoshua Minor
2021-11-21Add names to language pluginsGuldoman
2021-11-20Adapt `detectindent` to the new indentation architectureGuldoman
2021-11-17Merge branch 'master' into lineguide-configTakase