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

Redesign Quick Open #31

Open
wants to merge 10,000 commits into
base: master
Choose a base branch
from
Open

Conversation

Yuminous
Copy link
Owner

Makes search results easier to understand quickly.

@Yuminous
Copy link
Owner Author

godotengine#56772

@stijn-h stijn-h force-pushed the quick-open-redesign branch 2 times, most recently from a00f209 to c00370c Compare April 30, 2022 17:09
@stijn-h stijn-h force-pushed the quick-open-redesign branch 5 times, most recently from ea4729c to ea8e5d5 Compare November 25, 2022 11:34
@stijn-h stijn-h force-pushed the quick-open-redesign branch 4 times, most recently from 9c42cbb to e2a8250 Compare January 3, 2023 22:47
@stijn-h stijn-h force-pushed the quick-open-redesign branch 10 times, most recently from 43f0576 to eb0b733 Compare December 3, 2023 21:17
@stijn-h stijn-h force-pushed the quick-open-redesign branch 5 times, most recently from 156fc6d to 7d480c1 Compare June 2, 2024 18:10
akien-mga and others added 25 commits October 1, 2024 17:30
…action-use-depth-comparison

Fix BaseMaterial3D refracting objects located in front of the material
…s_ui_consistency

GPU/CPU particle parameter list consistency changes
…buffer_tests

Add unit tests for `StreamPeer` and `StreamPeerBuffer`
…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`
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`
…uest

Add expression evaluater to debugger (REPL)
Add Ukrainian translation for Linux .desktop file
[TextServer] Silently skip invalid system fallback fonts.
Prevent crash after removing GraphEdit's connection layer
@stijn-h stijn-h force-pushed the quick-open-redesign branch 3 times, most recently from c0f1b1d to da5d417 Compare October 1, 2024 17:51
  - 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 stijn-h force-pushed the quick-open-redesign branch from da5d417 to 06791e1 Compare October 1, 2024 19:39
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.