mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-16 22:15:01 +03:00
eepp: Added ScopedOp and BoolScopedOp. General optimization of lambda captures. Added support in UICodeEditorSplitter for navigation history.
ecode: Implemented navigation history over the editor, with Alt + Left | Right you can navigate over the relevant code navigation history.
This commit is contained in:
@@ -57,7 +57,7 @@ void LSPDocumentClient::onDocumentLineCountChange( const size_t& /*lastCount*/,
|
||||
void LSPDocumentClient::onDocumentLineChanged( const Int64& /*lineIndex*/ ) {}
|
||||
|
||||
void LSPDocumentClient::onDocumentSaved( TextDocument* ) {
|
||||
mServer->getThreadPool()->run( [&]() { mServer->didSave( mDoc ); } );
|
||||
mServer->getThreadPool()->run( [this]() { mServer->didSave( mDoc ); } );
|
||||
}
|
||||
|
||||
void LSPDocumentClient::onDocumentClosed( TextDocument* ) {
|
||||
|
||||
Reference in New Issue
Block a user