atom / tree-view

🌳 Explore and open project files in Atom
MIT License
560 stars 365 forks source link

Emulate FileSystem for tree-view #207

Open login4all opened 10 years ago

login4all commented 10 years ago

How to emulate a file system (FS) or a single file to substitute objects in other modules (packages) and directly work with objects that are not physically located in the FS such as tree-view?

izuzak commented 9 years ago

@login4all Sorry for the delay in getting back to you on this. Could you share more details about what you'd like to achieve and explain this more slowly (with an example or screenshot from another editor)? That description above is pretty packed with information, but I'm not sure I understand what you're asking about and how it's related to the tree-view package.

marvinosswald commented 9 years ago

@izuzak I'm not sure what @login4all wanted to achieve but I would like to contribute a way to reveal a remote ftp dir structure in tree-view to the package remote-edit. Hopefully without having to download the whole folder I would like to pass the structure to tree-view maybe as object, ideally async. And somehow I need to receive events like create, move, delete so I can execute them remotely. But for instance a way to reveal a dir structure without having it physically would be a good start. Cheers

gitfoxi commented 9 years ago

+1

grenierdev commented 8 years ago

+1