mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 01:56:31 +03:00
Minor fix in the SyntaxHighlighter.
ecode: Improved the FormatterModule. Some minor fixes.
This commit is contained in:
@@ -373,16 +373,16 @@ void App::onTextDropped( String text ) {
|
||||
App::App() : mThreadPool( ThreadPool::createShared( eemax<int>( 2, Sys::getCPUCount() ) ) ) {}
|
||||
|
||||
App::~App() {
|
||||
if ( mFileWatcher )
|
||||
delete mFileWatcher;
|
||||
if ( mFileSystemListener )
|
||||
delete mFileSystemListener;
|
||||
saveConfig();
|
||||
eeSAFE_DELETE( mEditorSplitter );
|
||||
eeSAFE_DELETE( mAutoCompleteModule );
|
||||
eeSAFE_DELETE( mLinterModule );
|
||||
eeSAFE_DELETE( mFormatterModule );
|
||||
eeSAFE_DELETE( mConsole );
|
||||
if ( mFileWatcher )
|
||||
delete mFileWatcher;
|
||||
if ( mFileSystemListener )
|
||||
delete mFileSystemListener;
|
||||
}
|
||||
|
||||
void App::updateRecentFiles() {
|
||||
|
||||
Reference in New Issue
Block a user