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

Script Editor: Add option to disable documentation tooltips

This commit is contained in:
Danil Alexeev
2025-02-09 11:02:10 +03:00
parent 36d90c73a8
commit ead16435bf
5 changed files with 35 additions and 8 deletions

View File

@@ -440,6 +440,7 @@ class ScriptEditor : public PanelContainer {
void _goto_script_line(Ref<RefCounted> p_script, int p_line);
void _set_execution(Ref<RefCounted> p_script, int p_line);
void _clear_execution(Ref<RefCounted> p_script);
String _get_debug_tooltip(const String &p_text, Node *p_se);
void _breaked(bool p_breaked, bool p_can_debug);
void _script_created(Ref<Script> p_script);
void _set_breakpoint(Ref<RefCounted> p_script, int p_line, bool p_enabled);