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

Initialize onboarding information for all stacks in shared area #1773 #1778

Merged

Commits on Apr 3, 2024

  1. Initialize onboarding information for all stacks in shared area eclip…

    …se-platform#1773
    
    The onboarding information is currently initialized for the primary
    editor stack in the shared area. When the shared area is split into
    multiple part stack showing editors side-by-side and closing the last
    editor in the original part stack, the onboarding information controls
    get lost together with that part stack.
    
    With this change, onboarding information is embedded into every part
    stack of the onboarding area, such that when closing one of them, the
    information does not get lost. To this end, every part stack is in the
    shared area is tagged as an editor stack and the onboarding information
    is added to every tab folder of part stacks tagged as an editor stack.
    
    Fixes eclipse-platform#1773
    HeikoKlare committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ab0fc98 View commit details
    Browse the repository at this point in the history