1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Make "Find in Files" always available in the script editor

This commit is contained in:
Michael Alexsander Silva Dias
2019-05-02 20:07:06 -03:00
parent 262924296b
commit 52651509f0
2 changed files with 19 additions and 4 deletions

View File

@@ -157,6 +157,7 @@ class ScriptEditor : public PanelContainer {
DEBUG_SHOW,
DEBUG_SHOW_KEEP_OPEN,
DEBUG_WITH_EXTERNAL_EDITOR,
SEARCH_IN_FILES,
SEARCH_HELP,
SEARCH_WEBSITE,
REQUEST_DOCS,