mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-23 03:02:50 +03:00
ecode: More minor improvements to the LSP plugin. Added rustfmt formatter, and added rust-analyzer LSP. Fixed plugins exit.
This commit is contained in:
@@ -532,10 +532,8 @@ App::~App() {
|
||||
delete mFileSystemListener;
|
||||
mFileSystemListener = nullptr;
|
||||
}
|
||||
mPluginManager.reset();
|
||||
eeSAFE_DELETE( mSplitter );
|
||||
eeSAFE_DELETE( mAutoCompletePlugin );
|
||||
eeSAFE_DELETE( mLinterPlugin );
|
||||
eeSAFE_DELETE( mFormatterPlugin );
|
||||
eeSAFE_DELETE( mConsole );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user