Signal triggered when the editor configuration changes. It provides the mapping of the new configuration (only those that changed).
It should result in a call to IExtensionsHandler.reconfigureExtensions
.
Tests whether the object is disposed.
Protected
getGet a extension builder
Extension unique identifier
The extension builder
Protected
getProtected
hasAlpha
Appends extensions to the top-level configuration of the editor.
Injected extension cannot be removed.
You should prefer registering a IEditorExtensionFactory instead of this feature.
Editor view
Editor extension to inject
Set config options for the editor.
You will need to reconfigure the editor extensions by listening
to EditorHandler.configChanged
.
This method is preferred when setting several options. The options are set within an operation, which only performs the costly update at the end, and not after every option is set.
Editor configuration handler
It stores the editor configuration and the editor extensions. It also allows to inject new extensions into an editor.