mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Merge pull request #23680 from YeldhamDev/unified_help_search_revived
Unified Class and Reference Search 2: Resurrection
This commit is contained in:
commit
da31d63f76
10 changed files with 757 additions and 608 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue