Skip to content

Resolve "Remove proxy methods from Editor Lite's core"

Denys Mishunov requested to merge 241025-remove-proxy-methods into master

What does this MR do?

This is a refactoring of Editor Lite core to get rid of the methods that just proxy to the methods of the same name from global editor to the editor's instance.

In !40257 (merged) we reviewed the architecture of the editor and changed it to allow multiple instances on one single global editor (with shared options and settings to begin with). This MR is the continuation of that work to move the API interactions further down to instance level instead of the global editor's level.

NB: There's no visible change in functionality, hence no changelog entry has been provided.

Screenshots

No visual changes

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

References #241025 (closed)

Edited by Denys Mishunov

Merge request reports