Kiyan
|
6343813a35
|
feat(live-filter): add ability to live filter out nodes in the tree (#1056)
|
2022-05-17 10:03:49 +02:00 |
|
kiyan
|
1831417f05
|
refacto: add get_nodes_starting_line core util
|
2022-03-26 14:46:44 +01:00 |
|
Alexander Courtis
|
54c78dbca2
|
#791 add profiling for some operations (#1108)
|
2022-03-26 13:22:28 +01:00 |
|
Alexander Courtis
|
015234e032
|
#837 find file symlinks fixes (#1093)
|
2022-03-26 13:17:34 +01:00 |
|
kiyan
|
471afc13fe
|
refacto: abstract TreeExplorer in core.lua
|
2022-03-09 22:01:54 +01:00 |
|
kiyan
|
144bce74a5
|
refacto: move renderer git into file
also view.is_root_folder_modifier_visible don't take the tree as
parameter
|
2022-03-09 21:32:15 +01:00 |
|
Andreas Bissinger
|
d5a12ac9db
|
fix: correct index in movement actions (#1058)
|
2022-03-09 09:03:22 +01:00 |
|
Kiyan
|
0816064a8b
|
chore: add stylua to format the codebase, and run on CI (#1055)
|
2022-03-06 17:33:30 +01:00 |
|
kiyan
|
a3f256dc1b
|
fix(find-file): match folders with prefix, not containing the node
avoid opening folders matching part of the string (/dev matching
/home/dev for instance)
|
2022-03-03 23:56:29 +01:00 |
|
kiyan
|
2898c4d58f
|
hotfix: avoid duplicates when finding file
fixes #1018
|
2022-02-22 10:56:33 +01:00 |
|
kiyan
|
f977e5c05a
|
refacto: make git module interface to wait for job to finish
allows simplify the explore/reload/find/initialization by making the
whole code synchronous. No more callback needed.
|
2022-02-21 19:12:16 +01:00 |
|
kiyan
|
527d88d54e
|
refacto: simplify interface of reload and explore
also make common group empty check in explorer utils
|
2022-02-20 15:08:36 +01:00 |
|
kiyan
|
44489380a8
|
fix: multiple find-file triggered at the same time duplicates files
|
2022-02-17 16:09:45 +01:00 |
|
Kiyan
|
d34ea42254
|
fix: find file waits for git to finish (#976)
|
2022-02-15 08:22:56 +01:00 |
|
Kiyan
|
6da7467944
|
refacto: buffer management, setup fixes, autocmd fixes (#967)
|
2022-02-14 19:16:45 +01:00 |
|
kiyan
|
ea92e7bf7c
|
refacto: set tree explorer in the global state
also remove the redraw method and use renderer.draw immediately
|
2022-02-07 22:07:08 +01:00 |
|
kiyan
|
8a6c7bae3a
|
refacto: move code ton explorer and simplify some internal apis
|
2022-02-06 17:58:24 +01:00 |
|
kiyan
|
7829d7c7cf
|
refacto: move set_index_and_redraw -> actions.find-file.fn
|
2022-02-06 16:32:44 +01:00 |
|