More WIP for TextMate grammars support.

This commit is contained in:
Martín Lucas Golini
2025-05-19 20:54:03 -03:00
parent 2cbc0569ee
commit 132dd01ecd
5 changed files with 85 additions and 39 deletions

View File

@@ -699,7 +699,7 @@ void LSPClientPlugin::setTrimLogs( bool trimLogs ) {
}
bool LSPClientPlugin::editorExists( UICodeEditor* editor ) {
return mManager->getSplitter()->editorExists( editor );
return mManager->getSplitter() && mManager->getSplitter()->editorExists( editor );
}
void LSPClientPlugin::createListView( UICodeEditor* editor, const std::shared_ptr<Model>& model,