ecode: More minor improvements to the LSP plugin. Added rustfmt formatter, and added rust-analyzer LSP. Fixed plugins exit.

This commit is contained in:
Martín Lucas Golini
2022-11-06 03:13:27 -03:00
parent 4fb79c2771
commit eded28f70b
10 changed files with 63 additions and 53 deletions

View File

@@ -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 );
}