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.
Fix for autoskip.disable_on_user_input (due to stupid constant input blocking timers)
Fix for shortcode syntax highlighting when [] is in parameter content
Suggest Autoloads, autoload methods and autoload properties in the Set Variable event as well as other related code completion improvements.
Small crash safeguard
Implement search highlight in Broken Reference Manager as well as a note on how only timelines are searched/replaced there (see Reference manager - access to characters #2505).
Adds a progress bar to the loading of visual timelines
Fixes some issues with timeline search
Changes the saving behaviour when changes have been made to a half-loaded visual timeline and the editor is switched.
Does some adjustments to the variable/expression regex. This should hopefully better support nested expressions (e.g.
{Autoload.dictionary[{Player.Name}]}
). This is also reflected in the improved syntax highlighting.