1
0
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:
Rémi Verschelde
2018-11-22 16:16:52 +01:00
committed by GitHub
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: {