index
:
pragtical
SDL2
master
The practical and pragmatic code editor.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
plugins
/
treeview.lua
Age
Commit message (
Expand
)
Author
2024-04-28
Add ui config to toggle the treeview toolbar (#84)
Jefferson González
2024-02-04
Enable horizontal scrollbar on treeview plugin (#63)
Jefferson González
2023-09-24
treeview: do not show hidden files by default
jgmdev
2023-08-06
Added GUI for treeview show hidden/ignored
jgmdev
2023-07-30
Fix autoreload bugs and performance issues
jgmdev
2023-07-30
Various no chdir fixes
jgmdev
2023-07-30
Merged Project Rework lite-xl/lite-xl#1455
Adam Harrison
2023-06-11
Add missing config spec settings to treeview
jgmdev
2023-05-20
Add mouse grab (#1501)
Guldoman
2023-03-16
Make `TreeView` follow the current tab (#1411)
Guldoman
2023-02-06
NagView: properly rescale on scale change (#1379)
Jefferson González
2023-01-30
Context menu fixes and keyboard navigation (#1338)
vqn
2023-01-30
Abstracted open_doc out to allow for more easy overriding. (#1344)
Adam
2022-12-26
Allow `TreeView` file operation commands when focused (#1256)
Guldoman
2022-10-15
Refactor scrollbar into its own file (#1124)
Guldoman
2022-10-04
Fixing minor bug relating to TreeView's cache. (#1136)
Adam
2022-09-14
Added in simple directory search to treeview. (#1110)
Adam
2022-08-21
Make predicate for some `TreeView` commands stricter
Guldoman
2022-08-16
Allow command predicates to manage parameters passed to the commands
Guldoman
2022-08-09
Steps to generalize toolbar and treeview. (#1088)
Adam
2022-06-22
treeview: scale fallback sizes as pointed out by @Guldoman
jgmdev
2022-06-22
treeview: restore ability to disable toolbarview
jgmdev
2022-06-17
plugin treeview: fix crash
jgmdev
2022-06-07
initial documentation for better code completion
jgmdev
2022-06-07
Merge branch 'master' into PR_commandview_options2
Jefferson González
2022-06-02
Add `text` and `select_text` to `CommandView` options
Guldoman
2022-06-01
Make `TreeView` more multi-project-dir aware
Guldoman
2022-06-01
Add `TreeView` helper functions to get previous/next item
Guldoman
2022-05-31
Merge pull request #1004 from Guldoman/PR_commandview_options
Jefferson González
2022-05-31
plugins: dropped --lite-xl version tag
jgmdev
2022-05-30
Use new `CommandView:enter` options table
Guldoman
2022-05-23
plugins: added settings gui support
jgmdev
2022-05-09
Merge branch 'master' into master-2.1
Adam
2022-05-09
TreeView Changes (#898)
Adam
2022-05-03
Updated treeview to match convention.
Adam Harrison
2022-04-26
TreeView Changes (#898)
Adam
2022-04-25
Add animation categories to enable finer transitions control (#941)
Guldoman
2022-04-03
Bumping version numbers.
Adam Harrison
2022-03-20
treeview: add proper predicate for delete command
jgmdev
2022-03-20
treeview: use root_view:get_primary_node().active_view for focus.
jgmdev
2022-03-20
treeview: also handle focus change from mouse and then commandview
jgmdev
2022-03-20
Merge pull request #890 from Guldoman/PR_treeview_fix_scroll
Jefferson González
2022-03-20
Hide hovered `TreeView` item when dragging the scrollbar
Guldoman
2022-03-20
Don't specify delta movement when simulating `TreeView:on_mouse_moved`
Guldoman
2022-03-19
treeview: better handle previous view when focus/unfocus from CommandView
jgmdev
2022-03-19
treeview: move delete command to proper predicate
jgmdev
2022-03-18
Make `treeview:collapse` select parent if current item can't collapse
Guldoman
2022-03-18
Don't draw `treeview` tooltip if its position is not defined
Guldoman
2022-03-18
treeview: fix crash on tooltip.x been nil
jgmdev
2022-03-18
treeview: fixed github merging error
jgmdev
[next]