aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/treeview.lua
AgeCommit message (Expand)Author
2025-06-26Lua doc comment improvements for better API reference generation (#185)Jefferson González
2025-03-23add a __tostring method to every object (#1534)ThaCuber
2025-01-13Fix treeview new dir/folder path suggestions (#208)Jefferson González
2025-01-13check item type before creating input text (#1904)Josh Piasecki
2024-10-09treeview: remove unused code lite-xl/lite-xl#1895Guldoman
2024-04-28Add ui config to toggle the treeview toolbar (#84)Jefferson González
2024-02-04Enable horizontal scrollbar on treeview plugin (#63)Jefferson González
2023-09-24treeview: do not show hidden files by defaultjgmdev
2023-08-06Added GUI for treeview show hidden/ignoredjgmdev
2023-07-30Fix autoreload bugs and performance issuesjgmdev
2023-07-30Various no chdir fixesjgmdev
2023-07-30Merged Project Rework lite-xl/lite-xl#1455Adam Harrison
2023-06-11Add missing config spec settings to treeviewjgmdev
2023-05-20Add mouse grab (#1501)Guldoman
2023-03-16Make `TreeView` follow the current tab (#1411)Guldoman
2023-02-06NagView: properly rescale on scale change (#1379)Jefferson González
2023-01-30Context menu fixes and keyboard navigation (#1338)vqn
2023-01-30Abstracted open_doc out to allow for more easy overriding. (#1344)Adam
2022-12-26Allow `TreeView` file operation commands when focused (#1256)Guldoman
2022-10-15Refactor scrollbar into its own file (#1124)Guldoman
2022-10-04Fixing minor bug relating to TreeView's cache. (#1136)Adam
2022-09-14Added in simple directory search to treeview. (#1110)Adam
2022-08-21Make predicate for some `TreeView` commands stricterGuldoman
2022-08-16Allow command predicates to manage parameters passed to the commandsGuldoman
2022-08-09Steps to generalize toolbar and treeview. (#1088)Adam
2022-06-22treeview: scale fallback sizes as pointed out by @Guldomanjgmdev
2022-06-22treeview: restore ability to disable toolbarviewjgmdev
2022-06-17plugin treeview: fix crashjgmdev
2022-06-07initial documentation for better code completionjgmdev
2022-06-07Merge branch 'master' into PR_commandview_options2Jefferson González
2022-06-02Add `text` and `select_text` to `CommandView` optionsGuldoman
2022-06-01Make `TreeView` more multi-project-dir awareGuldoman
2022-06-01Add `TreeView` helper functions to get previous/next itemGuldoman
2022-05-31Merge pull request #1004 from Guldoman/PR_commandview_optionsJefferson González
2022-05-31plugins: dropped --lite-xl version tagjgmdev
2022-05-30Use new `CommandView:enter` options tableGuldoman
2022-05-23plugins: added settings gui supportjgmdev
2022-05-09Merge branch 'master' into master-2.1Adam
2022-05-09TreeView Changes (#898)Adam
2022-05-03Updated treeview to match convention.Adam Harrison
2022-04-26TreeView Changes (#898)Adam
2022-04-25Add animation categories to enable finer transitions control (#941)Guldoman
2022-04-03Bumping version numbers.Adam Harrison
2022-03-20treeview: add proper predicate for delete commandjgmdev
2022-03-20treeview: use root_view:get_primary_node().active_view for focus.jgmdev
2022-03-20treeview: also handle focus change from mouse and then commandviewjgmdev
2022-03-20Merge pull request #890 from Guldoman/PR_treeview_fix_scrollJefferson González
2022-03-20Hide hovered `TreeView` item when dragging the scrollbarGuldoman
2022-03-20Don't specify delta movement when simulating `TreeView:on_mouse_moved`Guldoman
2022-03-19treeview: better handle previous view when focus/unfocus from CommandViewjgmdev