mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
[Editor] Expose more editor settings to documentation
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
This commit is contained in:
parent
83d54ab2ad
commit
dd6443193c
40 changed files with 283 additions and 81 deletions
|
@ -3134,8 +3134,6 @@ void EditorHelp::init_gdext_pointers() {
|
|||
EditorHelp::EditorHelp() {
|
||||
set_custom_minimum_size(Size2(150 * EDSCALE, 0));
|
||||
|
||||
EDITOR_DEF("text_editor/help/sort_functions_alphabetically", true);
|
||||
|
||||
class_desc = memnew(RichTextLabel);
|
||||
class_desc->set_tab_size(8);
|
||||
add_child(class_desc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue