mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-14 06:52:52 +03:00
Fix crash on LSP reload.
Fix document symbols not being sorted (some LSPs do not sort the symbols for some reason). Update efsw.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "../../version.hpp"
|
||||
#include "lspclientplugin.hpp"
|
||||
#include "../../version.hpp"
|
||||
#include <eepp/graphics/primitives.hpp>
|
||||
#include <eepp/system/filesystem.hpp>
|
||||
#include <eepp/system/lock.hpp>
|
||||
@@ -260,6 +260,8 @@ LSPClientPlugin::~LSPClientPlugin() {
|
||||
}
|
||||
for ( auto listener : editor.second )
|
||||
editor.first->removeEventListener( listener );
|
||||
if ( mBreadcrumb )
|
||||
editor.first->unregisterTopSpace( this );
|
||||
editor.first->unregisterPlugin( this );
|
||||
}
|
||||
if ( nullptr == mManager->getSplitter() )
|
||||
|
||||
Reference in New Issue
Block a user