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 searching by event in Editor Settings shortcuts and Project Settings input map. #66770

Merged
merged 1 commit into from
Oct 5, 2022

Commits on Oct 3, 2022

  1. Add searching by event for Editor Settings shortcuts and Project Sett…

    …ings input map.
    
    * Focus into the LineEdit, then perform input to search the list of events by the events assigned.
    * New specialised editor-only control for this: EventListenerLineEdit. Line edit is a good candidate for such a control because you can focus it, override it's input handling, and show the event all in one control.
    Update InputEventConfigurationDialog to use event listener line edit rather than the separate tabs.
    * Cleaner look - no need for tabs.
    * Simpler code.
    EricEzaM committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    cb6d7fd View commit details
    Browse the repository at this point in the history