mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 01:01:25 +03:00
Add hint-display property to UITextInput.
Minor refactor in ProjectDirectoryTree.
This commit is contained in:
@@ -2735,7 +2735,9 @@ void App::removeFolderWatches() {
|
||||
void App::loadDirTree( const std::string& path ) {
|
||||
Clock* clock = eeNew( Clock, () );
|
||||
mDirTreeReady = false;
|
||||
mDirTree = std::make_shared<ProjectDirectoryTree>( path, mThreadPool, this );
|
||||
mDirTree = std::make_shared<ProjectDirectoryTree>(
|
||||
path, mThreadPool, mPluginManager.get(),
|
||||
[this]( auto path ) { loadFileFromPathOrFocus( path ); } );
|
||||
Log::info( "Loading DirTree: %s", path );
|
||||
mDirTree->scan(
|
||||
[this, clock]( ProjectDirectoryTree& dirTree ) {
|
||||
|
||||
Reference in New Issue
Block a user