diff --git a/automated_updates_data.json b/automated_updates_data.json index 5341285457..2ec6a29fec 100644 --- a/automated_updates_data.json +++ b/automated_updates_data.json @@ -1,5 +1,5 @@ { - "last_automated_updates_commit": "50afd05049bc87c288dc4c7ccbce55388522fe53", + "last_automated_updates_commit": "0a20f7194b1de1fd11d3981865ce502a3db7ac5a", "last_improved_things": [ { "date": "2026-02-16", diff --git a/docs/gdevelop5/preferences.md b/docs/gdevelop5/preferences.md index 59bf36a165..154e8492cb 100644 --- a/docs/gdevelop5/preferences.md +++ b/docs/gdevelop5/preferences.md @@ -44,6 +44,10 @@ If **Cancel changes** is selected, any edits in the current window are **abandon If **Apply changes** (default) is selected, any edits in the current window are **applied** (only available in some windows). +## JavaScript type errors + +GDevelop can display type errors in JavaScript code events, helping you catch potential issues in your code directly in the editor. This option is disabled by default and can be enabled in the preferences. + ## Hints and explanations GDevelop displays hints and explanations for certain features. You can turn them off if you prefer.