1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00
Files
godot/core
Haoyu Qiu 16c2d4ef22 Improve Undo/Redo menu items
* Make Undo/Redo menu items disabled when clicking it does nothing.
    * Context menu of `TextEdit`
    * Context menu of `LineEdit`
    * Editor's Scene menu
    * Script editor's Edit menu and context menu (for Script and Text)
* Make editor undo/redo log messages translatable.
* Mark `UndoRedo`'s `has_{un,re}do()` methods as `const`.
* Expose `TextEdit`'s `has_{un,re}do()` to scripts since `{un,re}do()` are already available.
2021-08-17 21:11:10 +08:00
..
2021-04-27 22:02:35 +02:00
2021-08-13 10:18:34 +02:00
2021-08-17 21:11:10 +08:00
2021-02-10 19:31:24 -03:00
2021-02-10 19:31:24 -03:00
2021-06-25 17:32:45 -03:00
2021-01-01 20:19:21 +01:00