1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Add CodeEdit breakpoint unit tests

This commit is contained in:
Paulb23
2021-07-05 18:21:13 +01:00
parent 24d02d0b4e
commit ce064348fa
4 changed files with 816 additions and 2 deletions

View File

@@ -248,7 +248,6 @@ private:
void _text_changed();
protected:
void gui_input(const Ref<InputEvent> &p_gui_input) override;
void _notification(int p_what);
static void _bind_methods();
@@ -265,6 +264,7 @@ protected:
public:
/* General overrides */
virtual void gui_input(const Ref<InputEvent> &p_gui_input) override;
virtual CursorShape get_cursor_shape(const Point2 &p_pos = Point2i()) const override;
/* Indent management */