matlab-tree icon indicating copy to clipboard operation
matlab-tree copied to clipboard

allow matlab-tree to better handle arbitrary data types

Open raacampbell opened this issue 9 years ago • 3 comments

Hello,

matlab-tree looks very useful for a project I am working on. Thanks! My data in each node will be a non-builtin class and I found matlab-tree didn't play well with these. I made a few changes and I think it now behaves better whilst not breaking existing functionality.

Rob

raacampbell avatar Apr 11 '15 11:04 raacampbell

Hi @raacampbell13. This is fantastic, thank you very much. I reviewed the commit visually, but I still want to test it on an actual MATLAB installation ok? Give me about 1 week. Is that fine?

tinevez avatar Apr 11 '15 21:04 tinevez

On 11/04/15 23:53, Jean-Yves Tinevez wrote:

Hi @raacampbell13 https://github.com/raacampbell13. This is fantastic, thank you very much. I reviewed the commit visually, but I still want to test it on an actual MATLAB installation ok? Give me about 1 week. Is that fine?

Anything you like. I have a few more commits since the pull request, which fix a few little issues.

Rob

raacampbell avatar Apr 11 '15 21:04 raacampbell

Faster method for finding path between a node and the root.

raacampbell avatar Apr 14 '15 13:04 raacampbell