SandstoneHPC / sandstone-ide

Sandstone IDE
https://sandstonehpc.github.io/
MIT License
12 stars 3 forks source link

Filetree overhaul #81

Closed saurabhsood91 closed 7 years ago

saurabhsood91 commented 8 years ago

WIP PR to rewrite the Filetree, to make it stable:

@zebulasampedro I have rewritten the methods to add a node, rewrite a node, but haven't yet stripped out everything that was there. Could you, in principal have a look at getParentNode function, as that is the most critical function? I have added some tests for it, and plan to add more. At this point, node expansion works in the Editor, but is broken in Filebrowser, as that requires a change in the Backend. I have at this point made minimal changes to the backend.