aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/treeview.lua
AgeCommit message (Expand)Author
2022-01-07Clear TreeView cache when closing projectFrancesco Abbate
2021-12-28Avoid references to project's dir in TreeViewFrancesco Abbate
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-12Merge pull request #708 from Guldoman/treeview_stylingAdam
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-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-24Remove changed files/dirs from `TreeView` cacheGuldoman
2021-11-23Manual merge of into .Adam Harrison
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-07In `TreeView` set correct active `View` before opening new `DocView`Guldoman
2021-10-21Fix problem with treeview keeping the editor busyFrancesco Abbate
2021-10-21Fix problem with treeview x resizingFrancesco Abbate
2021-10-08Implement directory monitoring using septag/dmonFrancesco Abbate
2021-10-02Normalize to project dir in treeview openFrancesco Abbate
2021-10-02Reset syntax highlighting on file renameGuldoman
2021-09-19Normalize to project dir in treeview openFrancesco Abbate
2021-09-17Reset syntax highlighting on file renameGuldoman
2021-09-07Fix `treeview:open-in-system` command on WindowsGuldoman
2021-09-02Avoid exposing `treeview` commands when not usableGuldoman
2021-09-02Make open files follow renamesGuldoman
2021-08-172.0 changelog and modversion updates.Adam Harrison
2021-07-15Namespace plugin-specific configuration settings.Adam Harrison
2021-07-12Added delete confirmation using NagView.jgmdev
2021-07-11Make use of core.reschedule_project_scan()jgmdev
2021-06-28Added context menu to treeview.jgmdev
2021-06-17Do not try to update topdir folder in treeviewFrancesco Abbate
2021-06-17Fix error in dirname computation in TreeViewFrancesco Abbate
2021-05-26Implement lazy loading of directoriesFrancesco Abbate
2021-05-05Introduce new plugin versioning tag mod-versionFrancesco Abbate
2021-04-06Add plugin verification by version tagFrancesco Abbate
2021-03-20rename tooltip_alpha_step to tooltip_alpha_ratetakase1121
2021-03-20set delay to 0.5 and disable animationtakase1121
2021-03-20show tooltips only when hovering over texttakase1121
2021-03-20prevent rendering tooltip when alpha is 0takase1121
2021-03-18tooltip enhancements (#114)Takase
2021-03-14normalize tooltip filename to home dirtakase1121
2021-03-13add tooltips to treeview.lua (#100)Takase
2021-03-06Ensure filename are store relative to project directoryFrancesco Abbate
2021-02-27Ensure treeview is large enough to show toolbarFrancesco Abbate
2021-02-27Fix resize behavior of treeview and toolbarFrancesco Abbate
2021-02-24Fix spacing in treeviewFrancesco Abbate
2021-02-16Restore original key binding for trreview toggleFrancesco Abbate