Visual improvements for folding.

This commit is contained in:
Martín Lucas Golini
2024-05-29 21:33:05 -03:00
parent 73958d442f
commit 416663675b
9 changed files with 197 additions and 106 deletions

View File

@@ -28,6 +28,7 @@ LSPDocumentClient::LSPDocumentClient( LSPClientServer* server, TextDocument* doc
}
LSPDocumentClient::~LSPDocumentClient() {
mDoc->getFoldRangeService().setProvider( nullptr );
mDoc = nullptr;
UISceneNode* sceneNode = getUISceneNode();
if ( nullptr != sceneNode && 0 != mTag )