Skip to content
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

Add support for search shortcut to all docks #87200

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

passivestar
Copy link
Contributor

@passivestar passivestar commented Jan 15, 2024

Adds support for Ctrl+F to scene, inspector and node docks, see godotengine/godot-proposals#8845

docksearch.mp4

Bugsquad edit:

@passivestar passivestar requested a review from a team as a code owner January 15, 2024 01:17
@ryevdokimov
Copy link
Contributor

ryevdokimov commented Jan 15, 2024

Tested locally, works pretty good.

Copy link
Member

@Calinou Calinou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally, it works as expected.

PS: If you have time, I'd appreciate a review on #81177 which is related to this PR 🙂

@YuriSizov
Copy link
Contributor

Also needs a rebase because there was another PR touching the input handling in the connections dialog 🙃

@passivestar passivestar force-pushed the dock-shortcuts branch 2 times, most recently from cd2ca34 to a92d8e2 Compare January 17, 2024 19:19
@YuriSizov YuriSizov self-requested a review January 18, 2024 18:38
editor/scene_tree_dock.cpp Outdated Show resolved Hide resolved
editor/inspector_dock.cpp Outdated Show resolved Hide resolved
Copy link
Member

@KoBeWi KoBeWi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine.

The connections dialog also does not support Ctrl+F shortcut. Technically it's not a dock though, so it can be added later.
image

@passivestar
Copy link
Contributor Author

Looks fine.

The connections dialog also does not support Ctrl+F shortcut. Technically it's not a dock though, so it can be added later.

Ah, true! Agreed, will fix that in a separate PR when I have time

editor/connections_dialog.cpp Outdated Show resolved Hide resolved
editor/connections_dialog.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@YuriSizov YuriSizov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you address the comments above, it should be good to go!

@YuriSizov YuriSizov merged commit bbfad3d into godotengine:master Jan 22, 2024
16 checks passed
@YuriSizov
Copy link
Contributor

Thanks, and congrats on your first merged Godot contribution! Small but handy usability improvement 😎

@passivestar
Copy link
Contributor Author

Thanks, and congrats on your first merged Godot contribution! Small but handy usability improvement 😎

Thanks! <3

@passivestar passivestar deleted the dock-shortcuts branch January 22, 2024 21:42
@solarite1797
Copy link

ISNT THIS THE pull request where you added blender into godot

@keetsta
Copy link

keetsta commented Feb 4, 2024

It could be

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants