-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search Help: Empty results list when nothing is in the filter box #62508
Comments
This appears to be the same behavior in Godot 3.3 too. I'm guessing it's the same in Godot 3.4 too. I notice too that at least 2 characters need to be typed before results start to show. I think I would also prefer seeing a full list of properties, signals, and methods when the search bar is empty. |
I can take a look at this if that's okay |
Additionally, constructors and operators do not show up at all, even with searches, this seems to be from #53452 where constructors and operators were separated from other methods but help search did not get updated to reflect this I'll take a look at a solution to this |
I've worked out a change for this and I'll open a PR for it if this is an enhancement that's wanted, I'm new to contributing so not sure exactly what the workflow is (and didn't manage to figure it out from the documentation sorry) so not wanting to open a PR if it's the wrong thing to do |
Awesome! Have you seen this [page?] (https://docs.godotengine.org/en/stable/community/contributing/pr_workflow.html) It lists the steps for making a PR. |
I have! And been learning the ropes for that! Thank you |
Godot version
3.5rc, 4.0alpha
System information
windows
Issue description
I just wanted get a list of all signals in all classes.
So I opened Search help, wasn't ready for surprises.
I selected "signals only" - the results list was so empty.
Same with "properties" , not "classes" this is kinda outstanding.
Steps to reproduce
Press F1 to open Search Help.
Set to Signals Only / something else.
You will see an empty list of signals.
Tested with 3.5, 4.0, windows.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: