1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Add undo/redo capabilities to the text control plugin

This commit is contained in:
Michael Alexsander
2021-11-26 10:05:35 -03:00
parent 91b97dac03
commit b80c378ee9
2 changed files with 158 additions and 43 deletions

View File

@@ -70,7 +70,7 @@ class TextControlEditor : public HBoxContainer {
protected:
void _notification(int p_notification);
static void _bind_methods(){};
static void _bind_methods();
void _find_resources(EditorFileSystemDirectory *p_dir);
void _reload_fonts(const String &p_path);