Merge pull request #23680 from YeldhamDev/unified_help_search_revived

Unified Class and Reference Search 2: Resurrection
This commit is contained in:
Rémi Verschelde 2018-11-22 16:16:52 +01:00 committed by GitHub
commit da31d63f76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 757 additions and 608 deletions

View file

@ -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: {