mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-09 06:56:31 +03:00
Added utf8cpp as a auxiliary helper library.
Added UITooltip::getTooltipPosition. Fixes in System::Process. UICodeEditor: Performance improvements in minimap rendering. ecode: AutoCompleteModule fixes. Added coloring to tooltips from the LSP Client. LSP Client Server parsing improvements.
This commit is contained in:
@@ -145,6 +145,9 @@ class AutoCompletePlugin : public UICodeEditorPlugin {
|
||||
Mutex mHandlesMutex;
|
||||
std::map<TextDocument*, std::vector<PluginIDType>> mHandles;
|
||||
|
||||
std::map<TextDocument*, std::atomic<bool>> mDocsUpdating;
|
||||
Mutex mDocsUpdatingMutex;
|
||||
|
||||
Float mRowHeight{ 0 };
|
||||
Rectf mBoxRect;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user