mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Unify editor class and reference search
Co-authored-by: Michael Alexsander Silva Dias <michaelalexsander@protonmail.com>
This commit is contained in:
parent
f2cc969843
commit
fddffa9eb8
10 changed files with 757 additions and 608 deletions
|
@ -1049,7 +1049,7 @@ void ScriptTextEditor::_edit_option(int p_op) {
|
|||
if (text == "")
|
||||
text = tx->get_word_under_cursor();
|
||||
if (text != "") {
|
||||
emit_signal("request_help_search", text);
|
||||
emit_signal("request_help", text);
|
||||
}
|
||||
} break;
|
||||
case LOOKUP_SYMBOL: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue