mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Script Editor: Add option to disable documentation tooltips
This commit is contained in:
parent
36d90c73a8
commit
ead16435bf
5 changed files with 35 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue