Ivan Yonchovski
Ivan Yonchovski
Ok, if you need help feel free to ping me here or in gitter.
JFYI I am planning to gradually shift the effort towards https://github.com/emacs-lsp/lsp-gitpod (which also has docker image + some specifics). The idea is to have one unified docker image that can...
> A minor mode could be added, that, for treemacs buffers, records the paths of nodes where the user executed treemacs-TAB-COMMAND into a hash table IMHO it will be simpler...
> @yyoncho but isn't the issue here that we redraw the entire tree every time the symbol-list is refreshed? Yes, and if we have a mechanism which is "go to...
> I'll admit that I haven't looked much at treemacs' API yet, but couldn't we just modify whatever function it uses for async-rendering to take folding into account? I think...
As a side note, the locals nodes in dap-mode won't be closed up if the breakpoint is hit within 0.2 ms.
> while the DOM would represents the current state. current state = user's interaction with the tree's folding > even though I want to implement this upstream. If you implement...
I am not sure even what you are talking about. The snapshot will set the old dom and then restore the tree as described in the dom (or even directly...
> the problem with snapshots is that they don't reflect the current state That is what the snapshots will be all about... The method treemacs-get-state-snapshot will return 1. DOM data...
> 1. Why store the DOM data? Don't we only care about the fold states of user-modified nodes? I already explained that - this solution works. Your proposal does not...