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

CodeEditor: Make possible to select and copy error text

This commit is contained in:
Danil Alexeev
2025-05-07 00:16:03 +03:00
committed by Rémi Verschelde
parent 03bd8ba9c2
commit db9b8ff003
7 changed files with 150 additions and 81 deletions

View File

@@ -118,7 +118,7 @@ private:
TabContainer *tabs = nullptr;
Label *reason = nullptr;
RichTextLabel *reason = nullptr;
Button *skip_breakpoints = nullptr;
Button *ignore_error_breaks = nullptr;
@@ -231,6 +231,7 @@ private:
void _parse_message(const String &p_msg, uint64_t p_thread_id, const Array &p_data);
void _set_reason_text(const String &p_reason, MessageType p_type);
void _update_reason_content_height();
void _update_buttons_state();
void _remote_object_selected(ObjectID p_object);
void _remote_objects_edited(const String &p_prop, const TypedDictionary<uint64_t, Variant> &p_values, const String &p_field);