mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
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:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user