More WIP.

This commit is contained in:
Martín Lucas Golini
2025-01-02 01:08:02 -03:00
parent cf84fc7cff
commit 443aead0df
11 changed files with 221 additions and 11 deletions

View File

@@ -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 ) {