Improvements and fixes for FileSystemModel, ProjectDirectoryTree, FileInfo and more.

This commit is contained in:
Martín Lucas Golini
2020-07-26 14:55:08 -03:00
parent 3da95eb5f7
commit dce9f1c285
17 changed files with 243 additions and 157 deletions

View File

@@ -209,6 +209,8 @@ class App : public UICodeEditorSplitter::Client {
void initLocateBar();
void initProjectTreeView( const std::string& path );
void loadDirTree( const std::string& path );
void showSidePanel( bool show );