mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 01:01:25 +03:00
ecode: More terminal fixes. Also fixes for the linter and formatter plugins.
This commit is contained in:
@@ -322,7 +322,12 @@ static void loadDocuments( UICodeEditorSplitter* editorSplitter, std::shared_ptr
|
||||
},
|
||||
curTabWidget );
|
||||
} else if ( file["type"] == "terminal" ) {
|
||||
app->createNewTerminal( file.contains( "title" ) ? file["title"] : "" );
|
||||
app->createNewTerminal( file.contains( "title" ) ? file["title"] : "",
|
||||
curTabWidget );
|
||||
|
||||
if ( curTabWidget->getTabCount() == totalToLoad )
|
||||
curTabWidget->setTabSelected(
|
||||
eeclamp<Int32>( currentPage, 0, curTabWidget->getTabCount() - 1 ) );
|
||||
}
|
||||
}
|
||||
} else if ( j["type"] == "splitter" ) {
|
||||
|
||||
Reference in New Issue
Block a user