forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Redesign Quick Open #31
Open
Yuminous
wants to merge
10,000
commits into
Yuminous:master
Choose a base branch
from
stijn-h:quick-open-redesign
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stijn-h
force-pushed
the
quick-open-redesign
branch
2 times, most recently
from
April 30, 2022 17:09
a00f209
to
c00370c
Compare
stijn-h
force-pushed
the
quick-open-redesign
branch
5 times, most recently
from
November 25, 2022 11:34
ea4729c
to
ea8e5d5
Compare
stijn-h
force-pushed
the
quick-open-redesign
branch
4 times, most recently
from
January 3, 2023 22:47
9c42cbb
to
e2a8250
Compare
stijn-h
force-pushed
the
quick-open-redesign
branch
10 times, most recently
from
December 3, 2023 21:17
43f0576
to
eb0b733
Compare
stijn-h
force-pushed
the
quick-open-redesign
branch
5 times, most recently
from
June 2, 2024 18:10
156fc6d
to
7d480c1
Compare
String: Parse fragment from URL
…action-use-depth-comparison Fix BaseMaterial3D refracting objects located in front of the material
…flat Optimize `StyleBoxFlat.draw()`
…s_ui_consistency GPU/CPU particle parameter list consistency changes
…buffer_tests Add unit tests for `StreamPeer` and `StreamPeerBuffer`
…tests Add unit tests for `PacketPeer`
…side_inspector Prevent selecting the hovered node if the mouse is not inside the inspector dock
Fix Inspector may scroll away when editing a property that adds or removes sub properties
…customization_by_plugin Expose `get_export_option_visibility` to editor plugins
…-window-remember-editor-settings Consolidate remembering window settings into single config
Add auto translate mode for cells in `Tree`
…to_use_javaclasswrapper Remove the restriction on supported types for Godot Android plugins
Move Vulkan includes to a central `godot_vulkan.h` header
…-sky-tests Add Unit Test cases for `Sky`
Unify editor version buttons
GDExtension: Use loader to check if the library exists.
…lip-enabled Fix `region_filter_clip_enabled` to avoid sprite bleeding for interpolated sprite sheets
…unit_tests Add unit tests for `SceneMultiplayer`
Update bcdec to latest version
…ords Docs: remove duplicate words
…uest Add expression evaluater to debugger (REPL)
Fix ICU support data loading
Add Ukrainian translation for Linux .desktop file
[TextServer] Silently skip invalid system fallback fonts.
Prevent crash after removing GraphEdit's connection layer
stijn-h
force-pushed
the
quick-open-redesign
branch
3 times, most recently
from
October 1, 2024 17:51
c0f1b1d
to
da5d417
Compare
- Updated list view with thumbnails, and separate file name. - Added a grid view which has larger icons. - Added toggle to filter out files from addons. - Store history for each opened resource type. New Editor settings for Quick Open: - Startup display mode (grid or list): - Determined by the requested resource type. - Whatever was last used. - Toggle to filter out files from addons (for persistence). Notes - The dialog is now created once in EditorNode, and globally available for other components. - A fixed number of result scenes are instantiated, and reused based on query. - Drop support for multiselect.
stijn-h
force-pushed
the
quick-open-redesign
branch
from
October 1, 2024 19:39
da5d417
to
06791e1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Makes search results easier to understand quickly.