Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/registry/cristianadam.onedarkpro @cristianadam
/registry/cristianadam.phantomstyle @cristianadam
/registry/cristianadam.tabbededitor @cristianadam
/registry/felgo.felgoqmlhotreload @Justyna-JustCode
/registry/ggml.llamacpp @cristianadam
/registry/theqtcompany.aiassistant @Maddimax @lupax
/registry/theqtcompany.vale @Maddimax
Expand Down
2 changes: 1 addition & 1 deletion badges/extensions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions registry/felgo.felgoqmlhotreload/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"$schema": "../../schema/extension.schema.json",
"info": {
"id": "felgoqmlhotreload",
"vendor_id": "felgo",
"display_name": "Felgo QML Hot Reload",
"display_vendor": "Felgo",
"license": "open-source"
},
"latest": "1.0.0",
"versions": {
"1.0.0": {
"sources": [
{
"url": "https://install.felgo.com/extensions/qtcreator-fhr_1-0-0.zip",
"sha256": "e77a404fcec5cd0c01f7b97ffcaf36991e7cb43c707205af17951cb19545e743"
}
],
"metadata": {
"Id": "felgoqmlhotreload",
"Name": "Felgo QML Hot Reload",
"Version": "1.0.0",
"CompatVersion": "1.0.0",
"VendorId": "felgo",
"Vendor": "Felgo",
"Copyright": "(C) FELGO GmbH",
"License": "MIT",
"Url": "https://felgo.com/qml-hot-reload",
"Type": "Script",
"Description": "Enable real-time reload of QML and JavaScript code",
"LongDescription": [
"Felgo QML Hot Reload updates QML and JavaScript code in your running application without recompiling and redeploying after each change.",
"",
"Unlike Live Reload, it preserves the application's current state after a reload and can run on multiple devices simultaneously to test and iterate code.",
"Felgo Hot Reload supports all Qt target platforms and architectures.",
""
],
"Dependencies": [
{
"Id": "lua",
"Version": "18.0.0"
}
],
"Experimental": false,
"DisabledByDefault": true
}
}
}
}