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": "0a20f7194b1de1fd11d3981865ce502a3db7ac5a",
"last_improved_things": [
{
"date": "2026-02-16",
Expand Down
4 changes: 4 additions & 0 deletions docs/gdevelop5/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down