This patch contains multiple fixes for a lot of issues which were appearing in plugin's pipeline behavior:
- fixed issues with code editor settings not hiding it's settings when disabled upon start of plugin;
- fixed issues with code editor settings not hiding their approriate headings (e.c. "font" settings);
- redistributed the system of loading and unloading all things related to UNITADE (view, extensions, modules);
- fixed the problem with updating the Onload/Onload-unsafe functions - now they update the settings page;
- fixed ticket #135, now code editor extensions are unlinked in terms of logic with vanilla extensions, previously, they were overwriting any external logic (if, for example, code editor itself was disabled).
- fixed multiple copy+paste issues within UNITADE:
Tip
Read more about what has been introduced to the plugin in the special release note:
https://github.com/Falcion/UNITADE.md/blob/main/data/release/v3.2.5.md
or in draft of a pull request:
#133