From ce7454bb5d7b59b20122f7b4d6cab73eec2dc6b5 Mon Sep 17 00:00:00 2001 From: 4ian <1280130+4ian@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:25:43 +0000 Subject: [PATCH] [Auto] [Update] Add JavaScript type errors preference to GDevelop preferences documentation --- automated_updates_data.json | 2 +- docs/gdevelop5/preferences.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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.