mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
eepp:
Added to UIWidget: setClass, setClasses, resetClass. Added support for custom styling of cells in models using custom classes. With the new ModelRole::Class. ecode: Fixed LSPs with multiple languages. Fixed Status Bar not hiding. Added option to request refresh the document semantic highlighting.
This commit is contained in:
@@ -560,7 +560,8 @@ PluginRequestHandle AutoCompletePlugin::processResponse( const PluginMessage& ms
|
||||
}
|
||||
}
|
||||
Lock l( mCapabilitiesMutex );
|
||||
mCapabilities[cap.language] = std::move( cap );
|
||||
for ( const auto& lang : cap.languages )
|
||||
mCapabilities[lang] = cap;
|
||||
}
|
||||
}
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user