mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
More WIP.
This commit is contained in:
@@ -170,6 +170,8 @@ void PluginBase::onRegister( UICodeEditor* editor ) {
|
||||
onRegisterDocument( editor->getDocumentRef().get() );
|
||||
}
|
||||
mEditorDocs[editor] = editor->getDocumentRef().get();
|
||||
|
||||
onRegisterEditor( editor );
|
||||
}
|
||||
|
||||
void PluginBase::onUnregister( UICodeEditor* editor ) {
|
||||
|
||||
Reference in New Issue
Block a user