From b8eb5839191fe702cb7b17f7d88e638e33212c7e Mon Sep 17 00:00:00 2001 From: 4ian <1280130+4ian@users.noreply.github.com> Date: Sat, 28 Mar 2026 08:21:38 +0000 Subject: [PATCH] [Auto] [Update] Diagnostic report covers extensions; new JS type errors preference documented --- automated_updates_data.json | 2 +- docs/gdevelop5/interface/events-editor/index.md | 2 +- docs/gdevelop5/preferences.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/automated_updates_data.json b/automated_updates_data.json index 8a7b974c5c..5b337f435d 100644 --- a/automated_updates_data.json +++ b/automated_updates_data.json @@ -1,5 +1,5 @@ { - "last_automated_updates_commit": "50afd05049bc87c288dc4c7ccbce55388522fe53", + "last_automated_updates_commit": "950ad0df4c321bb4267eac9aeefca82dd98c9bd5", "last_improved_things": [ { "date": "2026-02-16", diff --git a/docs/gdevelop5/interface/events-editor/index.md b/docs/gdevelop5/interface/events-editor/index.md index 67faf37f01..6f72ff31c0 100644 --- a/docs/gdevelop5/interface/events-editor/index.md +++ b/docs/gdevelop5/interface/events-editor/index.md @@ -143,4 +143,4 @@ You can open the diagnostic report by: - Pressing **F7** (default keyboard shortcut) - Opening the command palette (Ctrl+P) and searching for "diagnostic report" -The diagnostic report scans your project and lists all detected issues. You can click on any error in the report to navigate directly to the problematic event, making it easier to fix issues quickly. +The diagnostic report scans your project — including scene events, external events, and extension function events — and lists all detected issues. You can click on any error in the report to navigate directly to the problematic event, making it easier to fix issues quickly. diff --git a/docs/gdevelop5/preferences.md b/docs/gdevelop5/preferences.md index 59bf36a165..50a298e6fd 100644 --- a/docs/gdevelop5/preferences.md +++ b/docs/gdevelop5/preferences.md @@ -51,6 +51,10 @@ GDevelop displays hints and explanations for certain features. You can turn them Example of a hint/explanation: ![](/gdevelop5/hints2.png) +## JavaScript events + +In the **Advanced** section of preferences, you can enable **Display type errors in JavaScript events**. When turned on, the JavaScript code editor highlights type errors directly in the code, which is useful for catching mistakes while writing custom JavaScript logic. + ## Keyboard shortcuts There is a separate page discussing keyboard shortcuts and the command palette.