So I'm making a custom text editor for web development. I am planning to unclude the use of projects to group common files together, however im having a hard time going about it.
I have a form that when opened, will give the user options to create a new project such as title, type (text, html, php etc), location to save and such. When the project is created I can get the folder to save, and a project file (contains information about the project just create) is created in the new folder.
Im having a hard time using the tree viewer to display the title of the new project, which would then display new files as child nodes.
I am also struggling to open the project file (.proj -> mad it up, its just a text file) to open with my application and open all of the relevent files included in the project in the editor.
... Whoah thats more than I expected to write... All comments will be greatley appreciated in advanced!