mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 18:46:29 +03:00
Fix a couple of bugs related with use-after-free. Try to make some of the text document and syntax highlighter functionality more thread-safe.
This commit is contained in:
@@ -152,6 +152,7 @@ class DebuggerPlugin : public PluginBase {
|
||||
virtual void onDocumentDirtyOnFileSystem( TextDocument* ) {}
|
||||
virtual void onDocumentMoved( TextDocument* ) {}
|
||||
virtual void onDocumentReset( TextDocument* ) {}
|
||||
Client::Type getTextDocumentClientType() { return TextDocument::Client::Auxiliary; }
|
||||
|
||||
virtual void onDocumentLineMove( const Int64& fromLine, const Int64& toLine,
|
||||
const Int64& numLines ) {
|
||||
|
||||
Reference in New Issue
Block a user