mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 18:46:29 +03:00
Fix subprocess stuck trying to write.
Fix UISplitter stack overflow. ecode: Improved startup time. Added new color scheme: gruvbox material dark. Improved header/source switch.
This commit is contained in:
@@ -2776,6 +2776,7 @@ void App::cleanUpRecentFolders() {
|
||||
}
|
||||
|
||||
void App::loadFolder( const std::string& path ) {
|
||||
Clock dirTreeClock;
|
||||
if ( !mCurrentProject.empty() ) {
|
||||
closeEditors();
|
||||
} else {
|
||||
@@ -2792,7 +2793,9 @@ void App::loadFolder( const std::string& path ) {
|
||||
|
||||
loadDirTree( rpath );
|
||||
|
||||
Clock projClock;
|
||||
mConfig.loadProject( rpath, mSplitter, mConfigPath, mProjectDocConfig, mThreadPool, this );
|
||||
Log::info( "Load project took: %.2f ms", projClock.getElapsedTime().asMilliseconds() );
|
||||
|
||||
loadFileSystemMatcher( rpath );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user