aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/treeview.lua
AgeCommit message (Expand)Author
2022-01-09Fix undue asserts in dmon_extraFrancesco Abbate
2022-01-07Clear TreeView cache when closing projectFrancesco Abbate
2021-12-28Avoid references to project's dir in TreeViewFrancesco Abbate
2021-12-20Ensure TreeView cache entry is removed on deleteFrancesco Abbate
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-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
2021-02-15Adding final details for toolbarview pluginFrancesco Abbate
2021-02-15Fix treesize toggle command and transitionFrancesco Abbate
2021-02-15Implement proper layout of toolbarFrancesco Abbate
2021-02-11Makes resizable attribute explicit in Node:split()Francesco Abbate
2021-02-09First preliminary implementation of treeview resizeFrancesco Abbate
2021-01-19Fix conflict in treeview for top directoriesFrancesco Abbate
2021-01-10Fix problem when project directory has a trailing slashFrancesco Abbate
2020-12-30Add scrolling bar to TreeViewFrancesco Abbate
2020-12-30Fix project change and quit versus workspace pluginFrancesco Abbate
2020-12-30Remove mouse command to remove directory and remap create directoryFrancesco Abbate
2020-12-30Add command to create a directory in a new category "files"Francesco Abbate
2020-12-28Add command to remove a directory from the projectFrancesco Abbate
2020-12-28Change project files output to not include a prefix '/' in filenameFrancesco Abbate
2020-12-27Finalize add project directory featureFrancesco Abbate
2020-12-27Use relative path for filenames in project directoriesFrancesco Abbate