Don't show the Search Results
bottom panel button until you search for something
#9114
Labels
Milestone
Search Results
bottom panel button until you search for something
#9114
Describe the project you are working on
Any project
Describe the problem or limitation you are having in your project
I see 3 related problems with how the
Search Results
tab currently works:When you first open Godot there's no
Search Results
button in the bottom bar. It's a temporary tab. When you switch to the Script Editor it appears. But then when you switch back to 2D or 3D it doesn't disappear. And there's no way to close it manuallyThere's no need for it to appear when you switch to the Script Editor, it could only appear when you search for something, otherwise it's just taking up space. That panel is for the results only, there's no input field in it to search directly from it, and you need to press
Ctrl+Shift+F
in the Script Editor to make use of it. Also not everyone is using the built-in Script Editor, and it makes even less sense for it to appear when you open the Script Editor on accident or just to quickly check some docsIt's added in-between of the permanent buttons unlike other temporary buttons like
Theme
andTileMap
which are added in the end. It would make more sense for it to be placed in the end for consistency with how other temporary buttons work and to reduce conditional reorderingDescribe the feature / enhancement and how it helps to overcome the problem or limitation
All of those problems are easy to solve:
Search Results
button when the Script Editor is first opened. Open it when you perform a global search insteadClose
button to theSearch Results
panelSearch Results
button to the end so that it doesn't move permanent buttonsDescribe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
If this enhancement will not be used often, can it be worked around with a few lines of script?
N/A
Is there a reason why this should be core and not an add-on in the asset library?
Basic editor usability improvement
The text was updated successfully, but these errors were encountered: