diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-08-25 23:00:11 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-08-25 23:00:11 -0300 |
commit | d50921b55089e0396ee5f11675b6093dd49b7cbb (patch) | |
tree | f3ecf2178ddadd4d507008061feb158d6e91e98c /tools/editor/editor_node.cpp | |
parent | 04cb3c9eb13b3824f676bc29e037802bffc3bdac (diff) | |
download | redot-engine-d50921b55089e0396ee5f11675b6093dd49b7cbb.tar.gz |
Show documentation for properties on hover.
This works if the property has been documented (about half are at this point)
Diffstat (limited to 'tools/editor/editor_node.cpp')
-rw-r--r-- | tools/editor/editor_node.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index 113f7c8306..73bf1845bd 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -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(); |