SyntaxDefinitionManager: reverted allowing functions with spaces between "name" and "(". This needs a better solution.

ecode: LSP Client bug fixes. Improved mouse hover for Linter and LSP.
This commit is contained in:
Martín Lucas Golini
2022-12-20 17:38:50 -03:00
parent 4a81be8048
commit 63ff23cc10
9 changed files with 87 additions and 53 deletions

View File

@@ -460,6 +460,7 @@ class EE_API TextDocument {
std::vector<TextDocumentLine> mLines;
TextRange mSelection;
std::unordered_set<Client*> mClients;
Mutex mClientsMutex;
LineEnding mLineEnding{ LineEnding::LF };
std::atomic<bool> mLoading{ false };
std::atomic<bool> mLoadingAsync{ false };