Commit 396b0fc
authored
Godot 4.3 no longer has the internal editor toast API (#62)
In Godot 4.2 and earlier, there was an internal undocumented editor
toast API that allowed to show a toast message to the user. Such a
message was used to indicate that editing rust scripts from inside the
Godot editor is not available. Unfortunately, this API was removed in
Godot 4.3, but then was turned in a proper public API with Godot 4.4.
For now, the toast message has been replaced with an error log message.
Once gdext support for the Godot 4.4 API is released, we will show a
toast from 4.4 onwards.1 parent 46b151f commit 396b0fc
File tree
2 files changed
+4
-6
lines changed- rust-script/src
- runtime
2 files changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
204 | 203 | | |
205 | 204 | | |
206 | 205 | | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
| 206 | + | |
| 207 | + | |
211 | 208 | | |
212 | 209 | | |
213 | 210 | | |
| |||
0 commit comments