* Also make the update real time (any change in the settings are shown directly in the editor)
Don't show the rest in the changelog:
* Add various Flow typings where missing (SetupGridDialog and various InstancesEditor files)
* Serialize the settings into a generic "EditorSetting" (so that the Project is agnostic of any editor related stuff)
* Rename uiSettings/options/LayoutEditorCanvasOptions to InstancesEditorSettings
* Handle everything inside the IDE (so that the Project remains agnostic of any editor related stuff)
Note that in the future, this kind of EditorSetting that is stored inside the project could be moved to its own structure (living outside of the project file).
* Update all CMakeLists of extensions to use clang-format
* Run clang-format on all Extensions
* Update GDCore CMakeLists.txt to add clang-format
* Run clang-format on GDCore files
* Update GDJS and GDCpp CMakeLists.txt to add clang-format
* Run clang-format on GDCpp and GDJS files