Olivier Goffart
01850e0b82
C++ live-reload: support getting the model back
2025-07-09 11:23:33 +02:00
Olivier Goffart
43b436a89f
WIP: live-reload for C++
...
Missing feature:
- conversion between Value and enums
- conversion from value to Model
- Compatibility with the testing framework (get the `VRc<ItemTreeTable>` from an instance)
2025-07-09 09:32:17 +02:00
Olivier Goffart
5af0dd81ab
live-reload: watch the parent directory instead of the files
...
Otherwise that doesn't work when the editor renames the files and then
remove it, such as what vim or helix are doing
Fixes #8857
2025-07-07 13:38:29 +02:00
Olivier Goffart
647dd45213
Make a live reload module in the slint-interpreter
2025-07-04 10:07:22 +02:00