Merged
Conversation
Member
jcelerier
commented
Feb 6, 2025
- code editor: fix crash when editor was closed and file still open and saving
- core: start separating external widget and code editor api
1f9b3f6 to
4a4b499
Compare
c9eda9e to
446bc23
Compare
d309103 to
44df630
Compare
…separate scripting and UI. implement it for JS
… it to override score gfx
…ed with a compatible() function
…change Necessary for JS which can have external UI or not depending on its script
Default font is now IBM Plex which is much more readable on Win32
…andled at a single place
- Have a single engine per-thread with distinct QQmlContext instead of one engine per object - Fully implement custom UI support - Add new API for storing & retrieving state of JS objects across restarts and communicating between UI and execution. - Whenever possible, load QML files from disk to trigger the disk cache, which will enable much faster loading / reloading on the execution thread - Make sure that engines respect import paths, and change presets to use a qmldir to import JS files, so that we do not hit QTBUG-107204
c554c22 to
fce728c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.