1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Show documentation for properties on hover.

This works if the property has been documented (about half are at this point)
This commit is contained in:
Juan Linietsky
2015-08-25 23:00:11 -03:00
parent 04cb3c9eb1
commit d50921b550
7 changed files with 117 additions and 1 deletions

View File

@@ -4835,6 +4835,7 @@ EditorNode::EditorNode() {
property_editor->set_autoclear(true);
property_editor->set_show_categories(true);
property_editor->set_v_size_flags(Control::SIZE_EXPAND_FILL);
property_editor->set_use_doc_hints(true);
property_editor->hide_top_label();