diff options
author | Marqus <markusjonsson1997@gmail.com> | 2019-10-09 17:41:49 +0200 |
---|---|---|
committer | Marqus <markusjonsson1997@gmail.com> | 2019-10-10 11:01:04 +0200 |
commit | c84e73bf92735f0f1ab30d4401db48945ead914b (patch) | |
tree | 455ca8b7d4060afbbf2ad3801116251f65a3eadd /scene/animation | |
parent | 220ee9281ffa9cc5145472c0aec50d3905a03577 (diff) |
Add shortcut Shift + F3 to search pervious in the built-in docs
When using the built-in docs, Godot would not support the shortcut "Shift + F3"
to search for the previous occurrence of the search entry text, thus causing an
inconsistent behaviour when using shortcuts in the "ScriptEditor" compared to
using them in the "ScriptTextEditor".
The previous parameter of the function "EditorHelp::_search()" in the class
"editor_help" seems to be unused, thus replaced with a bool representing to
search for previous search entry text or not. By adding the shortcut to
Godot's "ScriptEditor", this commit now improves Godot's consistensy when
using shortcuts.
Fixes #31147.
Co-Authored-By: Oscar Ferm <oscfer-6@student.ltu.se>
Diffstat (limited to 'scene/animation')
0 files changed, 0 insertions, 0 deletions