mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Move and expose Code Hint in CodeEdit
This commit is contained in:
parent
1c16673798
commit
c1b9971ad8
8 changed files with 106 additions and 65 deletions
|
@ -1824,9 +1824,7 @@ ScriptTextEditor::ScriptTextEditor() {
|
|||
|
||||
update_settings();
|
||||
|
||||
code_editor->get_text_editor()->set_callhint_settings(
|
||||
EditorSettings::get_singleton()->get("text_editor/completion/put_callhint_tooltip_below_current_line"),
|
||||
EditorSettings::get_singleton()->get("text_editor/completion/callhint_tooltip_offset"));
|
||||
code_editor->get_text_editor()->set_code_hint_draw_below(EditorSettings::get_singleton()->get("text_editor/completion/put_callhint_tooltip_below_current_line"));
|
||||
|
||||
code_editor->get_text_editor()->set_select_identifiers_on_hover(true);
|
||||
code_editor->get_text_editor()->set_context_menu_enabled(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue