avose / GLShell

OpenGL Terminal
GNU Lesser General Public License v2.1
3 stars 0 forks source link

Code Cleanup: glsProject -> glsDirectoryTree #39

Closed avose closed 1 year ago

avose commented 1 year ago

The idea of a "project" being a directory tree was in GLShell from the start. However, people should be able to open multiple directories in graph viewer tabs (now working). So.. these are probably not necessarily all "projects". More abstractly they are directory trees. The code needs to have the names refactored to reflect this.

avose commented 1 year ago

This has been done (glsDirTree).