mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 01:56:31 +03:00
ecode: Add LSP Code Completion support in the auto-complete plugin.
This commit is contained in:
@@ -135,7 +135,7 @@ void PluginManager::sendResponse( UICodeEditorPlugin* pluginWho, PluginMessageTy
|
||||
}
|
||||
|
||||
void PluginManager::sendBroadcast( UICodeEditorPlugin* pluginWho, PluginMessageType type,
|
||||
PluginMessageFormat format, void* data ) const {
|
||||
PluginMessageFormat format, const void* data ) const {
|
||||
if ( mClosing )
|
||||
return;
|
||||
for ( const auto& plugin : mSubscribedPlugins )
|
||||
|
||||
Reference in New Issue
Block a user