Watch python extensions for changes on disk and update status bar

* We show a button to quickly reload changed extensions.
This commit is contained in:
baldurk
2026-08-13 17:46:41 +01:00
parent 22444aa44d
commit a70ee3a2eb
5 changed files with 105 additions and 5 deletions
+8
View File
@@ -357,6 +357,14 @@ struct ExtensionMetadata
:type: str
)");
rdcstr description;
DOCUMENT(R"(A flag indicating that the extension has changed on disk since the last time it was loaded.
This will always be false if the extension is unloaded.
:type: bool
)");
bool hasChanges = false;
};
DECLARE_REFLECTION_STRUCT(ExtensionMetadata);