From 2dc8a9c815e4c781d9da4bd60662b340b35c87c2 Mon Sep 17 00:00:00 2001 From: 4ian <1280130+4ian@users.noreply.github.com> Date: Thu, 26 Mar 2026 08:28:41 +0000 Subject: [PATCH] [Auto] [Update] Document new preference to show type errors in JavaScript code events --- automated_updates_data.json | 2 +- docs/gdevelop5/preferences.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/automated_updates_data.json b/automated_updates_data.json index 8a7b974c5c..6aba56f63f 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..ac56ca5b8c 100644 --- a/docs/gdevelop5/preferences.md +++ b/docs/gdevelop5/preferences.md @@ -31,6 +31,8 @@ Themes let you customize the look of the interface. There are multiple themes to choose from, and you can even create your own. See [how you can make one](https://github.com/4ian/GDevelop/blob/master/newIDE/README-themes.md). +**Show type errors in JavaScript events** enables type error highlighting in the JavaScript code editor. When turned on, the editor will underline code that has type errors, helping you catch mistakes early. A restart of GDevelop is required for this change to take effect. + ## Changing backdrop click behavior ![](/gdevelop5/properties-dialogue.png)