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

Displays errors and warnings in a better way in the script editor

This commit is contained in:
Gilles Roudière
2019-02-01 17:20:59 +01:00
parent 463123a661
commit 5f981d7fef
4 changed files with 100 additions and 113 deletions

View File

@@ -125,8 +125,8 @@ protected:
void _code_complete_script(const String &p_code, List<String> *r_options, bool &r_force);
void _load_theme_settings();
void _set_theme_for_script();
void _toggle_warning_pannel(const Ref<InputEvent> &p_event);
void _error_pressed(const Ref<InputEvent> &p_event);
void _toggle_warning_pannel();
void _error_pressed();
void _warning_clicked(Variant p_line);
void _notification(int p_what);