UIDocFindReplace WIP.

This commit is contained in:
Martín Lucas Golini
2022-09-03 15:33:42 -03:00
parent 2b61bf02c7
commit cb2274397e
14 changed files with 736 additions and 46 deletions

View File

@@ -465,7 +465,7 @@ void App::onFileDropped( String file ) {
tab = d.first;
}
}
loadFileFromPath( file, false, codeEditor, [tab]( UICodeEditor*, const std::string& ) {
loadFileFromPath( file, true, codeEditor, [tab]( UICodeEditor*, const std::string& ) {
if ( tab )
tab->getTabWidget()->setTabSelected( tab );
} );