Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion automated_updates_data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"last_automated_updates_commit": "50afd05049bc87c288dc4c7ccbce55388522fe53",
"last_automated_updates_commit": "950ad0df4c321bb4267eac9aeefca82dd98c9bd5",
"last_improved_things": [
{
"date": "2026-02-16",
Expand Down
2 changes: 1 addition & 1 deletion docs/gdevelop5/interface/events-editor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions docs/gdevelop5/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down