You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Unify editor class and reference search
Co-authored-by: Michael Alexsander Silva Dias <michaelalexsander@protonmail.com>
This commit is contained in:
committed by
Michael Alexsander Silva Dias
parent
f2cc969843
commit
fddffa9eb8
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user