Add undo/redo capabilities to the text control plugin
This commit is contained in:
parent
91b97dac03
commit
b80c378ee9
2 changed files with 158 additions and 43 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue