mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-15 23:42:52 +03:00
More WIP for TextMate grammars support.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user