You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #23680 from YeldhamDev/unified_help_search_revived
Unified Class and Reference Search 2: Resurrection
This commit is contained in:
@@ -1050,7 +1050,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