Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frontend/qml: runtime reload of qml files no longer works (crashing instead) #374

Closed
quarnster opened this issue Sep 14, 2014 · 3 comments
Closed

Comments

@quarnster
Copy link
Member

No description provided.

@bwiggs
Copy link
Contributor

bwiggs commented Feb 23, 2015

@quarnster Could you provide some more details and context on this? Would this make it so that a code change in a QML file would instantly reload in the currently running application?

@quarnster
Copy link
Member Author

@bawigga:

Would this make it so that a code change in a QML file would instantly reload in the currently running application?

If the qml frontend was running, it used to instantly reload the QML files (i.e. re-create the UI) when one of the qml frontend's QML files changed. IE no need to restart the app to see the changes. At some point that stopped working, resulting in a crash instead. Haven't looked into cause, or if it's still an issue.

See comments and code for newEngine and the "reload-loop" which IIRC pretty much covers the logic involved.

@erbridge
Copy link
Contributor

Migrated to limetext/lime-qml#6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants